Shades of Purple Heart #562DB5
Tints of Purple Heart #562DB5
RGB
CMYK
RGB Variations
Color information
#562DB5 (or 0x562DB5) is known color: Purple Heart. HEX triplet: 56, 2D and B5. RGB value is (86,45,181). Sum of RGB (Red+Green+Blue) = 86+45+181=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 181 (71.09% from 255 or 58.01% from 312); Max value from RGB is 181 - color contains mainly: blue. Hex color #562DB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562DB5 is #A9D24A. Grayscale: #484848. Windows color (decimal): -11129419 or 11873622. OLE color: 11873622.
HSL color Cylindrical-coordinate representation of color #562DB5: hue angle of 258.09º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #562DB5 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 86 | 45 | 181 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.29 |
| HSL | 258.09º | 0.6% | 0.44% | - |
| HSV(B) | 258.09º | 0.75% | 0.71% | - |
| XYZ | 13.12 | 7.19 | 44.41 | - |
| YUV | 72.76 | 189.08 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 181 | 0.52 | 0.75 | 0 | 0.29 | 258.09 | 0.6 | 0.44 |
| Hex | 56 | 2D | B5 | 34 | 4B | 0 | 1D | 102 | 3C | 2C |
| Octal | 126 | 55 | 265 | 64 | 113 | 0 | 35 | 402 | 74 | 54 |
| Binary | 1010110 | 101101 | 10110101 | 110100 | 1001011 | 0 | 11101 | 100000010 | 111100 | 101100 |
Color Harmonies of #562DB5
Complementary color
Monochromatic Colors of #562DB5
Black with #562DB5
Text Example
Text Example
White with #562DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562DB5; }
p { color: rgb(86,45,181); }
H1.HeaderClassName
{
color: #562DB5;
}
.AnyTagClassName
{
color: #562DB5;
}
</style>
background-color css
<style>
a { background-color: #562DB5; }
a { background-color: rgb(86,45,181); }
div.DivClassName
{
background-color: #562DB5;
}
.BgClassName
{
background-color: #562DB5;
}
</style>
border-color css
<style>
span { border-color: #562DB5; }
span { border-color: rgb(86,45,181); }
td.TdClassName
{
border-color: #562DB5;
}
.TagClassName
{
border-color: #562DB5;
}
</style>