Shades of Purple Heart #562DB1
Tints of Purple Heart #562DB1
RGB
CMYK
RGB Variations
Color information
#562DB1 (or 0x562DB1) is known color: Purple Heart. HEX triplet: 56, 2D and B1. RGB value is (86,45,177). Sum of RGB (Red+Green+Blue) = 86+45+177=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 177 (69.53% from 255 or 57.47% from 308); Max value from RGB is 177 - color contains mainly: blue. Hex color #562DB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562DB1 is #A9D24E. Grayscale: #474747. Windows color (decimal): -11129423 or 11611478. OLE color: 11611478.
HSL color Cylindrical-coordinate representation of color #562DB1: hue angle of 258.64º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #562DB1 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 45 | 177 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.31 |
| HSL | 258.64º | 0.59% | 0.44% | - |
| HSV(B) | 258.64º | 0.75% | 0.69% | - |
| XYZ | 12.71 | 7.03 | 42.28 | - |
| YUV | 72.31 | 187.08 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 177 | 0.51 | 0.75 | 0 | 0.31 | 258.64 | 0.59 | 0.44 |
| Hex | 56 | 2D | B1 | 33 | 4B | 0 | 1F | 103 | 3B | 2C |
| Octal | 126 | 55 | 261 | 63 | 113 | 0 | 37 | 403 | 73 | 54 |
| Binary | 1010110 | 101101 | 10110001 | 110011 | 1001011 | 0 | 11111 | 100000011 | 111011 | 101100 |
Color Harmonies of #562DB1
Complementary color
Monochromatic Colors of #562DB1
Black with #562DB1
Text Example
Text Example
White with #562DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562DB1; }
p { color: rgb(86,45,177); }
H1.HeaderClassName
{
color: #562DB1;
}
.AnyTagClassName
{
color: #562DB1;
}
</style>
background-color css
<style>
a { background-color: #562DB1; }
a { background-color: rgb(86,45,177); }
div.DivClassName
{
background-color: #562DB1;
}
.BgClassName
{
background-color: #562DB1;
}
</style>
border-color css
<style>
span { border-color: #562DB1; }
span { border-color: rgb(86,45,177); }
td.TdClassName
{
border-color: #562DB1;
}
.TagClassName
{
border-color: #562DB1;
}
</style>