Shades of Purple Heart #5922CE
Tints of Purple Heart #5922CE
RGB
CMYK
RGB Variations
Color information
#5922CE (or 0x5922CE) is known color: Purple Heart. HEX triplet: 59, 22 and CE. RGB value is (89,34,206). Sum of RGB (Red+Green+Blue) = 89+34+206=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #5922CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5922CE is #A6DD31. Grayscale: #454545. Windows color (decimal): -10935602 or 13509209. OLE color: 13509209.
HSL color Cylindrical-coordinate representation of color #5922CE: hue angle of 259.19º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5922CE is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 34 | 206 | - |
| CMYK | 0.57 | 0.83 | 0 | 0.19 |
| HSL | 259.19º | 0.72% | 0.47% | - |
| HSV(B) | 259.19º | 0.83% | 0.81% | - |
| XYZ | 15.83 | 7.72 | 59.05 | - |
| YUV | 70.05 | 204.72 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 34 | 206 | 0.57 | 0.83 | 0 | 0.19 | 259.19 | 0.72 | 0.47 |
| Hex | 59 | 22 | CE | 39 | 53 | 0 | 13 | 103 | 48 | 2F |
| Octal | 131 | 42 | 316 | 71 | 123 | 0 | 23 | 403 | 110 | 57 |
| Binary | 1011001 | 100010 | 11001110 | 111001 | 1010011 | 0 | 10011 | 100000011 | 1001000 | 101111 |
Color Harmonies of #5922CE
Complementary color
Monochromatic Colors of #5922CE
Black with #5922CE
Text Example
Text Example
White with #5922CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5922CE; }
p { color: rgb(89,34,206); }
H1.HeaderClassName
{
color: #5922CE;
}
.AnyTagClassName
{
color: #5922CE;
}
</style>
background-color css
<style>
a { background-color: #5922CE; }
a { background-color: rgb(89,34,206); }
div.DivClassName
{
background-color: #5922CE;
}
.BgClassName
{
background-color: #5922CE;
}
</style>
border-color css
<style>
span { border-color: #5922CE; }
span { border-color: rgb(89,34,206); }
td.TdClassName
{
border-color: #5922CE;
}
.TagClassName
{
border-color: #5922CE;
}
</style>