Shades of Purple Heart #5918CB
Tints of Purple Heart #5918CB
RGB
CMYK
RGB Variations
Color information
#5918CB (or 0x5918CB) is known color: Purple Heart. HEX triplet: 59, 18 and CB. RGB value is (89,24,203). Sum of RGB (Red+Green+Blue) = 89+24+203=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #5918CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5918CB is #A6E734. Grayscale: #3F3F3F. Windows color (decimal): -10938165 or 13310041. OLE color: 13310041.
HSL color Cylindrical-coordinate representation of color #5918CB: hue angle of 261.79º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5918CB is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 24 | 203 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.20 |
| HSL | 261.79º | 0.79% | 0.45% | - |
| HSV(B) | 261.79º | 0.88% | 0.8% | - |
| XYZ | 15.23 | 7.09 | 57.07 | - |
| YUV | 63.84 | 206.53 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 24 | 203 | 0.56 | 0.88 | 0 | 0.20 | 261.79 | 0.79 | 0.45 |
| Hex | 59 | 18 | CB | 38 | 58 | 0 | 14 | 106 | 4F | 2D |
| Octal | 131 | 30 | 313 | 70 | 130 | 0 | 24 | 406 | 117 | 55 |
| Binary | 1011001 | 11000 | 11001011 | 111000 | 1011000 | 0 | 10100 | 100000110 | 1001111 | 101101 |
Color Harmonies of #5918CB
Complementary color
Monochromatic Colors of #5918CB
Black with #5918CB
Text Example
Text Example
White with #5918CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5918CB; }
p { color: rgb(89,24,203); }
H1.HeaderClassName
{
color: #5918CB;
}
.AnyTagClassName
{
color: #5918CB;
}
</style>
background-color css
<style>
a { background-color: #5918CB; }
a { background-color: rgb(89,24,203); }
div.DivClassName
{
background-color: #5918CB;
}
.BgClassName
{
background-color: #5918CB;
}
</style>
border-color css
<style>
span { border-color: #5918CB; }
span { border-color: rgb(89,24,203); }
td.TdClassName
{
border-color: #5918CB;
}
.TagClassName
{
border-color: #5918CB;
}
</style>