Shades of Purple Heart #482DBD
Tints of Purple Heart #482DBD
RGB
CMYK
RGB Variations
Color information
#482DBD (or 0x482DBD) is known color: Purple Heart. HEX triplet: 48, 2D and BD. RGB value is (72,45,189). Sum of RGB (Red+Green+Blue) = 72+45+189=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 189 (74.22% from 255 or 61.76% from 306); Max value from RGB is 189 - color contains mainly: blue. Hex color #482DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482DBD is #B7D242. Grayscale: #444444. Windows color (decimal): -12046915 or 12397896. OLE color: 12397896.
HSL color Cylindrical-coordinate representation of color #482DBD: hue angle of 251.25º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #482DBD is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 45 | 189 | - |
| CMYK | 0.62 | 0.76 | 0 | 0.26 |
| HSL | 251.25º | 0.62% | 0.46% | - |
| HSV(B) | 251.25º | 0.76% | 0.74% | - |
| XYZ | 12.8 | 6.93 | 48.81 | - |
| YUV | 69.49 | 195.45 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 189 | 0.62 | 0.76 | 0 | 0.26 | 251.25 | 0.62 | 0.46 |
| Hex | 48 | 2D | BD | 3E | 4C | 0 | 1A | FB | 3E | 2E |
| Octal | 110 | 55 | 275 | 76 | 114 | 0 | 32 | 373 | 76 | 56 |
| Binary | 1001000 | 101101 | 10111101 | 111110 | 1001100 | 0 | 11010 | 11111011 | 111110 | 101110 |
Color Harmonies of #482DBD
Complementary color
Monochromatic Colors of #482DBD
Black with #482DBD
Text Example
Text Example
White with #482DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482DBD; }
p { color: rgb(72,45,189); }
H1.HeaderClassName
{
color: #482DBD;
}
.AnyTagClassName
{
color: #482DBD;
}
</style>
background-color css
<style>
a { background-color: #482DBD; }
a { background-color: rgb(72,45,189); }
div.DivClassName
{
background-color: #482DBD;
}
.BgClassName
{
background-color: #482DBD;
}
</style>
border-color css
<style>
span { border-color: #482DBD; }
span { border-color: rgb(72,45,189); }
td.TdClassName
{
border-color: #482DBD;
}
.TagClassName
{
border-color: #482DBD;
}
</style>