Shades of Purple Heart #5915CF
Tints of Purple Heart #5915CF
RGB
CMYK
RGB Variations
Color information
#5915CF (or 0x5915CF) is known color: Purple Heart. HEX triplet: 59, 15 and CF. RGB value is (89,21,207). Sum of RGB (Red+Green+Blue) = 89+21+207=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #5915CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5915CF is #A6EA30. Grayscale: #3D3D3D. Windows color (decimal): -10938929 or 13571417. OLE color: 13571417.
HSL color Cylindrical-coordinate representation of color #5915CF: hue angle of 261.94º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5915CF is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 21 | 207 | - |
| CMYK | 0.57 | 0.90 | 0 | 0.19 |
| HSL | 261.94º | 0.82% | 0.45% | - |
| HSV(B) | 261.94º | 0.9% | 0.81% | - |
| XYZ | 15.65 | 7.17 | 59.59 | - |
| YUV | 62.54 | 209.53 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 21 | 207 | 0.57 | 0.90 | 0 | 0.19 | 261.94 | 0.82 | 0.45 |
| Hex | 59 | 15 | CF | 39 | 5A | 0 | 13 | 106 | 52 | 2D |
| Octal | 131 | 25 | 317 | 71 | 132 | 0 | 23 | 406 | 122 | 55 |
| Binary | 1011001 | 10101 | 11001111 | 111001 | 1011010 | 0 | 10011 | 100000110 | 1010010 | 101101 |
Color Harmonies of #5915CF
Complementary color
Monochromatic Colors of #5915CF
Black with #5915CF
Text Example
Text Example
White with #5915CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5915CF; }
p { color: rgb(89,21,207); }
H1.HeaderClassName
{
color: #5915CF;
}
.AnyTagClassName
{
color: #5915CF;
}
</style>
background-color css
<style>
a { background-color: #5915CF; }
a { background-color: rgb(89,21,207); }
div.DivClassName
{
background-color: #5915CF;
}
.BgClassName
{
background-color: #5915CF;
}
</style>
border-color css
<style>
span { border-color: #5915CF; }
span { border-color: rgb(89,21,207); }
td.TdClassName
{
border-color: #5915CF;
}
.TagClassName
{
border-color: #5915CF;
}
</style>