Shades of Purple Heart #5926CC
Tints of Purple Heart #5926CC
RGB
CMYK
RGB Variations
Color information
#5926CC (or 0x5926CC) is known color: Purple Heart. HEX triplet: 59, 26 and CC. RGB value is (89,38,204). Sum of RGB (Red+Green+Blue) = 89+38+204=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #5926CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5926CC is #A6D933. Grayscale: #474747. Windows color (decimal): -10934580 or 13379161. OLE color: 13379161.
HSL color Cylindrical-coordinate representation of color #5926CC: hue angle of 258.43º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5926CC is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 38 | 204 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.2 |
| HSL | 258.43º | 0.69% | 0.47% | - |
| HSV(B) | 258.43º | 0.81% | 0.8% | - |
| XYZ | 15.71 | 7.87 | 57.82 | - |
| YUV | 72.17 | 202.4 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 38 | 204 | 0.56 | 0.81 | 0 | 0.2 | 258.43 | 0.69 | 0.47 |
| Hex | 59 | 26 | CC | 38 | 51 | 0 | 14 | 102 | 45 | 2F |
| Octal | 131 | 46 | 314 | 70 | 121 | 0 | 24 | 402 | 105 | 57 |
| Binary | 1011001 | 100110 | 11001100 | 111000 | 1010001 | 0 | 10100 | 100000010 | 1000101 | 101111 |
Color Harmonies of #5926CC
Complementary color
Monochromatic Colors of #5926CC
Black with #5926CC
Text Example
Text Example
White with #5926CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5926CC; }
p { color: rgb(89,38,204); }
H1.HeaderClassName
{
color: #5926CC;
}
.AnyTagClassName
{
color: #5926CC;
}
</style>
background-color css
<style>
a { background-color: #5926CC; }
a { background-color: rgb(89,38,204); }
div.DivClassName
{
background-color: #5926CC;
}
.BgClassName
{
background-color: #5926CC;
}
</style>
border-color css
<style>
span { border-color: #5926CC; }
span { border-color: rgb(89,38,204); }
td.TdClassName
{
border-color: #5926CC;
}
.TagClassName
{
border-color: #5926CC;
}
</style>