Shades of Purple Heart #5612CB
Tints of Purple Heart #5612CB
RGB
CMYK
RGB Variations
Color information
#5612CB (or 0x5612CB) is known color: Purple Heart. HEX triplet: 56, 12 and CB. RGB value is (86,18,203). Sum of RGB (Red+Green+Blue) = 86+18+203=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 203 (79.69% from 255 or 66.12% from 307); Max value from RGB is 203 - color contains mainly: blue. Hex color #5612CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5612CB is #A9ED34. Grayscale: #3A3A3A. Windows color (decimal): -11136309 or 13308502. OLE color: 13308502.
HSL color Cylindrical-coordinate representation of color #5612CB: hue angle of 262.05º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5612CB is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 18 | 203 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.20 |
| HSL | 262.05º | 0.84% | 0.43% | - |
| HSV(B) | 262.05º | 0.91% | 0.8% | - |
| XYZ | 14.83 | 6.72 | 57.02 | - |
| YUV | 59.42 | 209.03 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 18 | 203 | 0.58 | 0.91 | 0 | 0.20 | 262.05 | 0.84 | 0.43 |
| Hex | 56 | 12 | CB | 3A | 5B | 0 | 14 | 106 | 54 | 2B |
| Octal | 126 | 22 | 313 | 72 | 133 | 0 | 24 | 406 | 124 | 53 |
| Binary | 1010110 | 10010 | 11001011 | 111010 | 1011011 | 0 | 10100 | 100000110 | 1010100 | 101011 |
Color Harmonies of #5612CB
Complementary color
Monochromatic Colors of #5612CB
Black with #5612CB
Text Example
Text Example
White with #5612CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5612CB; }
p { color: rgb(86,18,203); }
H1.HeaderClassName
{
color: #5612CB;
}
.AnyTagClassName
{
color: #5612CB;
}
</style>
background-color css
<style>
a { background-color: #5612CB; }
a { background-color: rgb(86,18,203); }
div.DivClassName
{
background-color: #5612CB;
}
.BgClassName
{
background-color: #5612CB;
}
</style>
border-color css
<style>
span { border-color: #5612CB; }
span { border-color: rgb(86,18,203); }
td.TdClassName
{
border-color: #5612CB;
}
.TagClassName
{
border-color: #5612CB;
}
</style>