Shades of Purple Heart #5928CC
Tints of Purple Heart #5928CC
RGB
CMYK
RGB Variations
Color information
#5928CC (or 0x5928CC) is known color: Purple Heart. HEX triplet: 59, 28 and CC. RGB value is (89,40,204). Sum of RGB (Red+Green+Blue) = 89+40+204=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #5928CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5928CC is #A6D733. Grayscale: #484848. Windows color (decimal): -10934068 or 13379673. OLE color: 13379673.
HSL color Cylindrical-coordinate representation of color #5928CC: hue angle of 257.93º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5928CC is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 40 | 204 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.2 |
| HSL | 257.93º | 0.67% | 0.48% | - |
| HSV(B) | 257.93º | 0.8% | 0.8% | - |
| XYZ | 15.78 | 8 | 57.84 | - |
| YUV | 73.35 | 201.73 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 204 | 0.56 | 0.80 | 0 | 0.2 | 257.93 | 0.67 | 0.48 |
| Hex | 59 | 28 | CC | 38 | 50 | 0 | 14 | 102 | 43 | 30 |
| Octal | 131 | 50 | 314 | 70 | 120 | 0 | 24 | 402 | 103 | 60 |
| Binary | 1011001 | 101000 | 11001100 | 111000 | 1010000 | 0 | 10100 | 100000010 | 1000011 | 110000 |
Color Harmonies of #5928CC
Complementary color
Monochromatic Colors of #5928CC
Black with #5928CC
Text Example
Text Example
White with #5928CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5928CC; }
p { color: rgb(89,40,204); }
H1.HeaderClassName
{
color: #5928CC;
}
.AnyTagClassName
{
color: #5928CC;
}
</style>
background-color css
<style>
a { background-color: #5928CC; }
a { background-color: rgb(89,40,204); }
div.DivClassName
{
background-color: #5928CC;
}
.BgClassName
{
background-color: #5928CC;
}
</style>
border-color css
<style>
span { border-color: #5928CC; }
span { border-color: rgb(89,40,204); }
td.TdClassName
{
border-color: #5928CC;
}
.TagClassName
{
border-color: #5928CC;
}
</style>