Shades of Purple Heart #5907CC
Tints of Purple Heart #5907CC
RGB
CMYK
RGB Variations
Color information
#5907CC (or 0x5907CC) is known color: Purple Heart. HEX triplet: 59, 07 and CC. RGB value is (89,7,204). Sum of RGB (Red+Green+Blue) = 89+7+204=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #5907CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5907CC is #A6F833. Grayscale: #353535. Windows color (decimal): -10942516 or 13371225. OLE color: 13371225.
HSL color Cylindrical-coordinate representation of color #5907CC: hue angle of 264.97º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5907CC is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 7 | 204 | - |
| CMYK | 0.56 | 0.97 | 0 | 0.2 |
| HSL | 264.97º | 0.93% | 0.41% | - |
| HSV(B) | 264.97º | 0.97% | 0.8% | - |
| XYZ | 15.09 | 6.64 | 57.61 | - |
| YUV | 53.98 | 212.67 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 7 | 204 | 0.56 | 0.97 | 0 | 0.2 | 264.97 | 0.93 | 0.41 |
| Hex | 59 | 7 | CC | 38 | 61 | 0 | 14 | 109 | 5D | 29 |
| Octal | 131 | 7 | 314 | 70 | 141 | 0 | 24 | 411 | 135 | 51 |
| Binary | 1011001 | 111 | 11001100 | 111000 | 1100001 | 0 | 10100 | 100001001 | 1011101 | 101001 |
Color Harmonies of #5907CC
Complementary color
Monochromatic Colors of #5907CC
Black with #5907CC
Text Example
Text Example
White with #5907CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5907CC; }
p { color: rgb(89,7,204); }
H1.HeaderClassName
{
color: #5907CC;
}
.AnyTagClassName
{
color: #5907CC;
}
</style>
background-color css
<style>
a { background-color: #5907CC; }
a { background-color: rgb(89,7,204); }
div.DivClassName
{
background-color: #5907CC;
}
.BgClassName
{
background-color: #5907CC;
}
</style>
border-color css
<style>
span { border-color: #5907CC; }
span { border-color: rgb(89,7,204); }
td.TdClassName
{
border-color: #5907CC;
}
.TagClassName
{
border-color: #5907CC;
}
</style>