Shades of Purple Heart #562FB2
Tints of Purple Heart #562FB2
RGB
CMYK
RGB Variations
Color information
#562FB2 (or 0x562FB2) is known color: Purple Heart. HEX triplet: 56, 2F and B2. RGB value is (86,47,178). Sum of RGB (Red+Green+Blue) = 86+47+178=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 178 (69.92% from 255 or 57.23% from 311); Max value from RGB is 178 - color contains mainly: blue. Hex color #562FB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562FB2 is #A9D04D. Grayscale: #494949. Windows color (decimal): -11128910 or 11677526. OLE color: 11677526.
HSL color Cylindrical-coordinate representation of color #562FB2: hue angle of 257.86º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #562FB2 is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 86 | 47 | 178 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.30 |
| HSL | 257.86º | 0.58% | 0.44% | - |
| HSV(B) | 257.86º | 0.74% | 0.7% | - |
| XYZ | 12.89 | 7.23 | 42.83 | - |
| YUV | 73.6 | 186.92 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 47 | 178 | 0.52 | 0.74 | 0 | 0.30 | 257.86 | 0.58 | 0.44 |
| Hex | 56 | 2F | B2 | 34 | 4A | 0 | 1E | 102 | 3A | 2C |
| Octal | 126 | 57 | 262 | 64 | 112 | 0 | 36 | 402 | 72 | 54 |
| Binary | 1010110 | 101111 | 10110010 | 110100 | 1001010 | 0 | 11110 | 100000010 | 111010 | 101100 |
Color Harmonies of #562FB2
Complementary color
Monochromatic Colors of #562FB2
Black with #562FB2
Text Example
Text Example
White with #562FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562FB2; }
p { color: rgb(86,47,178); }
H1.HeaderClassName
{
color: #562FB2;
}
.AnyTagClassName
{
color: #562FB2;
}
</style>
background-color css
<style>
a { background-color: #562FB2; }
a { background-color: rgb(86,47,178); }
div.DivClassName
{
background-color: #562FB2;
}
.BgClassName
{
background-color: #562FB2;
}
</style>
border-color css
<style>
span { border-color: #562FB2; }
span { border-color: rgb(86,47,178); }
td.TdClassName
{
border-color: #562FB2;
}
.TagClassName
{
border-color: #562FB2;
}
</style>