Shades of Purple Heart #5900CC
Tints of Purple Heart #5900CC
RGB
CMYK
RGB Variations
Color information
#5900CC (or 0x5900CC) is known color: Purple Heart. HEX triplet: 59, 00 and CC. RGB value is (89,0,204). Sum of RGB (Red+Green+Blue) = 89+0+204=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 204 (80.08% from 255 or 69.62% from 293); Max value from RGB is 204 - color contains mainly: blue. Hex color #5900CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5900CC is #A6FF33. Grayscale: #313131. Windows color (decimal): -10944308 or 13369433. OLE color: 13369433.
HSL color Cylindrical-coordinate representation of color #5900CC: hue angle of 266.18º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5900CC is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 0 | 204 | - |
| CMYK | 0.56 | 1 | 0 | 0.2 |
| HSL | 266.18º | 1% | 0.4% | - |
| HSV(B) | 266.18º | 1% | 0.8% | - |
| XYZ | 15.02 | 6.48 | 57.59 | - |
| YUV | 49.87 | 214.99 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 204 | 0.56 | 1 | 0 | 0.2 | 266.18 | 1 | 0.4 |
| Hex | 59 | 0 | CC | 38 | 64 | 0 | 14 | 10A | 64 | 28 |
| Octal | 131 | 0 | 314 | 70 | 144 | 0 | 24 | 412 | 144 | 50 |
| Binary | 1011001 | 0 | 11001100 | 111000 | 1100100 | 0 | 10100 | 100001010 | 1100100 | 101000 |
Color Harmonies of #5900CC
Complementary color
Monochromatic Colors of #5900CC
Black with #5900CC
Text Example
Text Example
White with #5900CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5900CC; }
p { color: rgb(89,0,204); }
H1.HeaderClassName
{
color: #5900CC;
}
.AnyTagClassName
{
color: #5900CC;
}
</style>
background-color css
<style>
a { background-color: #5900CC; }
a { background-color: rgb(89,0,204); }
div.DivClassName
{
background-color: #5900CC;
}
.BgClassName
{
background-color: #5900CC;
}
</style>
border-color css
<style>
span { border-color: #5900CC; }
span { border-color: rgb(89,0,204); }
td.TdClassName
{
border-color: #5900CC;
}
.TagClassName
{
border-color: #5900CC;
}
</style>