Shades of Purple Heart #562FB6
Tints of Purple Heart #562FB6
RGB
CMYK
RGB Variations
Color information
#562FB6 (or 0x562FB6) is known color: Purple Heart. HEX triplet: 56, 2F and B6. RGB value is (86,47,182). Sum of RGB (Red+Green+Blue) = 86+47+182=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 182 (71.48% from 255 or 57.78% from 315); Max value from RGB is 182 - color contains mainly: blue. Hex color #562FB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562FB6 is #A9D049. Grayscale: #494949. Windows color (decimal): -11128906 or 11939670. OLE color: 11939670.
HSL color Cylindrical-coordinate representation of color #562FB6: hue angle of 257.33º 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 #562FB6 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 86 | 47 | 182 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.29 |
| HSL | 257.33º | 0.59% | 0.45% | - |
| HSV(B) | 257.33º | 0.74% | 0.71% | - |
| XYZ | 13.3 | 7.39 | 44.98 | - |
| YUV | 74.05 | 188.92 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 47 | 182 | 0.53 | 0.74 | 0 | 0.29 | 257.33 | 0.59 | 0.45 |
| Hex | 56 | 2F | B6 | 35 | 4A | 0 | 1D | 101 | 3B | 2D |
| Octal | 126 | 57 | 266 | 65 | 112 | 0 | 35 | 401 | 73 | 55 |
| Binary | 1010110 | 101111 | 10110110 | 110101 | 1001010 | 0 | 11101 | 100000001 | 111011 | 101101 |
Color Harmonies of #562FB6
Complementary color
Monochromatic Colors of #562FB6
Black with #562FB6
Text Example
Text Example
White with #562FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562FB6; }
p { color: rgb(86,47,182); }
H1.HeaderClassName
{
color: #562FB6;
}
.AnyTagClassName
{
color: #562FB6;
}
</style>
background-color css
<style>
a { background-color: #562FB6; }
a { background-color: rgb(86,47,182); }
div.DivClassName
{
background-color: #562FB6;
}
.BgClassName
{
background-color: #562FB6;
}
</style>
border-color css
<style>
span { border-color: #562FB6; }
span { border-color: rgb(86,47,182); }
td.TdClassName
{
border-color: #562FB6;
}
.TagClassName
{
border-color: #562FB6;
}
</style>