Shades of Purple Heart #5913CC
Tints of Purple Heart #5913CC
RGB
CMYK
RGB Variations
Color information
#5913CC (or 0x5913CC) is known color: Purple Heart. HEX triplet: 59, 13 and CC. RGB value is (89,19,204). Sum of RGB (Red+Green+Blue) = 89+19+204=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #5913CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5913CC is #A6EC33. Grayscale: #3C3C3C. Windows color (decimal): -10939444 or 13374297. OLE color: 13374297.
HSL color Cylindrical-coordinate representation of color #5913CC: hue angle of 262.7º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5913CC is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 19 | 204 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.2 |
| HSL | 262.7º | 0.83% | 0.44% | - |
| HSV(B) | 262.7º | 0.91% | 0.8% | - |
| XYZ | 15.25 | 6.95 | 57.66 | - |
| YUV | 61.02 | 208.69 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 19 | 204 | 0.56 | 0.91 | 0 | 0.2 | 262.7 | 0.83 | 0.44 |
| Hex | 59 | 13 | CC | 38 | 5B | 0 | 14 | 107 | 53 | 2C |
| Octal | 131 | 23 | 314 | 70 | 133 | 0 | 24 | 407 | 123 | 54 |
| Binary | 1011001 | 10011 | 11001100 | 111000 | 1011011 | 0 | 10100 | 100000111 | 1010011 | 101100 |
Color Harmonies of #5913CC
Complementary color
Monochromatic Colors of #5913CC
Black with #5913CC
Text Example
Text Example
White with #5913CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5913CC; }
p { color: rgb(89,19,204); }
H1.HeaderClassName
{
color: #5913CC;
}
.AnyTagClassName
{
color: #5913CC;
}
</style>
background-color css
<style>
a { background-color: #5913CC; }
a { background-color: rgb(89,19,204); }
div.DivClassName
{
background-color: #5913CC;
}
.BgClassName
{
background-color: #5913CC;
}
</style>
border-color css
<style>
span { border-color: #5913CC; }
span { border-color: rgb(89,19,204); }
td.TdClassName
{
border-color: #5913CC;
}
.TagClassName
{
border-color: #5913CC;
}
</style>