Shades of Purple Heart #5903CC
Tints of Purple Heart #5903CC
RGB
CMYK
RGB Variations
Color information
#5903CC (or 0x5903CC) is known color: Purple Heart. HEX triplet: 59, 03 and CC. RGB value is (89,3,204). Sum of RGB (Red+Green+Blue) = 89+3+204=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #5903CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5903CC is #A6FC33. Grayscale: #323232. Windows color (decimal): -10943540 or 13370201. OLE color: 13370201.
HSL color Cylindrical-coordinate representation of color #5903CC: hue angle of 265.67º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5903CC is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 3 | 204 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.2 |
| HSL | 265.67º | 0.97% | 0.41% | - |
| HSV(B) | 265.67º | 0.99% | 0.8% | - |
| XYZ | 15.05 | 6.55 | 57.6 | - |
| YUV | 51.63 | 213.99 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 3 | 204 | 0.56 | 0.99 | 0 | 0.2 | 265.67 | 0.97 | 0.41 |
| Hex | 59 | 3 | CC | 38 | 63 | 0 | 14 | 10A | 61 | 29 |
| Octal | 131 | 3 | 314 | 70 | 143 | 0 | 24 | 412 | 141 | 51 |
| Binary | 1011001 | 11 | 11001100 | 111000 | 1100011 | 0 | 10100 | 100001010 | 1100001 | 101001 |
Color Harmonies of #5903CC
Complementary color
Monochromatic Colors of #5903CC
Black with #5903CC
Text Example
Text Example
White with #5903CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5903CC; }
p { color: rgb(89,3,204); }
H1.HeaderClassName
{
color: #5903CC;
}
.AnyTagClassName
{
color: #5903CC;
}
</style>
background-color css
<style>
a { background-color: #5903CC; }
a { background-color: rgb(89,3,204); }
div.DivClassName
{
background-color: #5903CC;
}
.BgClassName
{
background-color: #5903CC;
}
</style>
border-color css
<style>
span { border-color: #5903CC; }
span { border-color: rgb(89,3,204); }
td.TdClassName
{
border-color: #5903CC;
}
.TagClassName
{
border-color: #5903CC;
}
</style>