Shades of Purple Heart #5811CB
Tints of Purple Heart #5811CB
RGB
CMYK
RGB Variations
Color information
#5811CB (or 0x5811CB) is known color: Purple Heart. HEX triplet: 58, 11 and CB. RGB value is (88,17,203). Sum of RGB (Red+Green+Blue) = 88+17+203=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #5811CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5811CB is #A7EE34. Grayscale: #3A3A3A. Windows color (decimal): -11005493 or 13308248. OLE color: 13308248.
HSL color Cylindrical-coordinate representation of color #5811CB: hue angle of 262.9º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5811CB is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 17 | 203 | - |
| CMYK | 0.57 | 0.92 | 0 | 0.20 |
| HSL | 262.9º | 0.85% | 0.43% | - |
| HSV(B) | 262.9º | 0.92% | 0.8% | - |
| XYZ | 15 | 6.79 | 57.02 | - |
| YUV | 59.43 | 209.02 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 17 | 203 | 0.57 | 0.92 | 0 | 0.20 | 262.9 | 0.85 | 0.43 |
| Hex | 58 | 11 | CB | 39 | 5C | 0 | 14 | 107 | 55 | 2B |
| Octal | 130 | 21 | 313 | 71 | 134 | 0 | 24 | 407 | 125 | 53 |
| Binary | 1011000 | 10001 | 11001011 | 111001 | 1011100 | 0 | 10100 | 100000111 | 1010101 | 101011 |
Color Harmonies of #5811CB
Complementary color
Monochromatic Colors of #5811CB
Black with #5811CB
Text Example
Text Example
White with #5811CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5811CB; }
p { color: rgb(88,17,203); }
H1.HeaderClassName
{
color: #5811CB;
}
.AnyTagClassName
{
color: #5811CB;
}
</style>
background-color css
<style>
a { background-color: #5811CB; }
a { background-color: rgb(88,17,203); }
div.DivClassName
{
background-color: #5811CB;
}
.BgClassName
{
background-color: #5811CB;
}
</style>
border-color css
<style>
span { border-color: #5811CB; }
span { border-color: rgb(88,17,203); }
td.TdClassName
{
border-color: #5811CB;
}
.TagClassName
{
border-color: #5811CB;
}
</style>