Shades of Purple Heart #5601CB
Tints of Purple Heart #5601CB
RGB
CMYK
RGB Variations
Color information
#5601CB (or 0x5601CB) is known color: Purple Heart. HEX triplet: 56, 01 and CB. RGB value is (86,1,203). Sum of RGB (Red+Green+Blue) = 86+1+203=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 203 (79.69% from 255 or 70% from 290); Max value from RGB is 203 - color contains mainly: blue. Hex color #5601CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5601CB is #A9FE34. Grayscale: #303030. Windows color (decimal): -11140661 or 13304150. OLE color: 13304150.
HSL color Cylindrical-coordinate representation of color #5601CB: hue angle of 265.25º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5601CB is Cyan = 0.58, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 1 | 203 | - |
| CMYK | 0.58 | 1.00 | 0 | 0.20 |
| HSL | 265.25º | 0.99% | 0.4% | - |
| HSV(B) | 265.25º | 1% | 0.8% | - |
| XYZ | 14.63 | 6.31 | 56.95 | - |
| YUV | 49.44 | 214.66 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 203 | 0.58 | 1.00 | 0 | 0.20 | 265.25 | 0.99 | 0.4 |
| Hex | 56 | 1 | CB | 3A | 64 | 0 | 14 | 109 | 63 | 28 |
| Octal | 126 | 1 | 313 | 72 | 144 | 0 | 24 | 411 | 143 | 50 |
| Binary | 1010110 | 1 | 11001011 | 111010 | 1100100 | 0 | 10100 | 100001001 | 1100011 | 101000 |
Color Harmonies of #5601CB
Complementary color
Monochromatic Colors of #5601CB
Black with #5601CB
Text Example
Text Example
White with #5601CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5601CB; }
p { color: rgb(86,1,203); }
H1.HeaderClassName
{
color: #5601CB;
}
.AnyTagClassName
{
color: #5601CB;
}
</style>
background-color css
<style>
a { background-color: #5601CB; }
a { background-color: rgb(86,1,203); }
div.DivClassName
{
background-color: #5601CB;
}
.BgClassName
{
background-color: #5601CB;
}
</style>
border-color css
<style>
span { border-color: #5601CB; }
span { border-color: rgb(86,1,203); }
td.TdClassName
{
border-color: #5601CB;
}
.TagClassName
{
border-color: #5601CB;
}
</style>