Shades of Purple Heart #5939CC
Tints of Purple Heart #5939CC
RGB
CMYK
RGB Variations
Color information
#5939CC (or 0x5939CC) is known color: Purple Heart. HEX triplet: 59, 39 and CC. RGB value is (89,57,204). Sum of RGB (Red+Green+Blue) = 89+57+204=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #5939CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5939CC is #A6C633. Grayscale: #525252. Windows color (decimal): -10929716 or 13384025. OLE color: 13384025.
HSL color Cylindrical-coordinate representation of color #5939CC: hue angle of 253.06º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5939CC is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 57 | 204 | - |
| CMYK | 0.56 | 0.72 | 0 | 0.2 |
| HSL | 253.06º | 0.59% | 0.51% | - |
| HSV(B) | 253.06º | 0.72% | 0.8% | - |
| XYZ | 16.48 | 9.41 | 58.07 | - |
| YUV | 83.33 | 196.1 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 57 | 204 | 0.56 | 0.72 | 0 | 0.2 | 253.06 | 0.59 | 0.51 |
| Hex | 59 | 39 | CC | 38 | 48 | 0 | 14 | FD | 3B | 33 |
| Octal | 131 | 71 | 314 | 70 | 110 | 0 | 24 | 375 | 73 | 63 |
| Binary | 1011001 | 111001 | 11001100 | 111000 | 1001000 | 0 | 10100 | 11111101 | 111011 | 110011 |
Color Harmonies of #5939CC
Complementary color
Monochromatic Colors of #5939CC
Black with #5939CC
Text Example
Text Example
White with #5939CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5939CC; }
p { color: rgb(89,57,204); }
H1.HeaderClassName
{
color: #5939CC;
}
.AnyTagClassName
{
color: #5939CC;
}
</style>
background-color css
<style>
a { background-color: #5939CC; }
a { background-color: rgb(89,57,204); }
div.DivClassName
{
background-color: #5939CC;
}
.BgClassName
{
background-color: #5939CC;
}
</style>
border-color css
<style>
span { border-color: #5939CC; }
span { border-color: rgb(89,57,204); }
td.TdClassName
{
border-color: #5939CC;
}
.TagClassName
{
border-color: #5939CC;
}
</style>