Shades of Purple Heart #482FB6
Tints of Purple Heart #482FB6
RGB
CMYK
RGB Variations
Color information
#482FB6 (or 0x482FB6) is known color: Purple Heart. HEX triplet: 48, 2F and B6. RGB value is (72,47,182). Sum of RGB (Red+Green+Blue) = 72+47+182=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 182 (71.48% from 255 or 60.47% from 301); Max value from RGB is 182 - color contains mainly: blue. Hex color #482FB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482FB6 is #B7D049. Grayscale: #454545. Windows color (decimal): -12046410 or 11939656. OLE color: 11939656.
HSL color Cylindrical-coordinate representation of color #482FB6: hue angle of 251.11º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #482FB6 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 47 | 182 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.29 |
| HSL | 251.11º | 0.59% | 0.45% | - |
| HSV(B) | 251.11º | 0.74% | 0.71% | - |
| XYZ | 12.13 | 6.79 | 44.93 | - |
| YUV | 69.87 | 191.28 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 182 | 0.60 | 0.74 | 0 | 0.29 | 251.11 | 0.59 | 0.45 |
| Hex | 48 | 2F | B6 | 3C | 4A | 0 | 1D | FB | 3B | 2D |
| Octal | 110 | 57 | 266 | 74 | 112 | 0 | 35 | 373 | 73 | 55 |
| Binary | 1001000 | 101111 | 10110110 | 111100 | 1001010 | 0 | 11101 | 11111011 | 111011 | 101101 |
Color Harmonies of #482FB6
Complementary color
Monochromatic Colors of #482FB6
Black with #482FB6
Text Example
Text Example
White with #482FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482FB6; }
p { color: rgb(72,47,182); }
H1.HeaderClassName
{
color: #482FB6;
}
.AnyTagClassName
{
color: #482FB6;
}
</style>
background-color css
<style>
a { background-color: #482FB6; }
a { background-color: rgb(72,47,182); }
div.DivClassName
{
background-color: #482FB6;
}
.BgClassName
{
background-color: #482FB6;
}
</style>
border-color css
<style>
span { border-color: #482FB6; }
span { border-color: rgb(72,47,182); }
td.TdClassName
{
border-color: #482FB6;
}
.TagClassName
{
border-color: #482FB6;
}
</style>