Shades of Purple Heart #5934CA
Tints of Purple Heart #5934CA
RGB
CMYK
RGB Variations
Color information
#5934CA (or 0x5934CA) is known color: Purple Heart. HEX triplet: 59, 34 and CA. RGB value is (89,52,202). Sum of RGB (Red+Green+Blue) = 89+52+202=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 202 (79.30% from 255 or 58.89% from 343); Max value from RGB is 202 - color contains mainly: blue. Hex color #5934CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5934CA is #A6CB35. Grayscale: #4F4F4F. Windows color (decimal): -10930998 or 13251673. OLE color: 13251673.
HSL color Cylindrical-coordinate representation of color #5934CA: hue angle of 254.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5934CA is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 52 | 202 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.21 |
| HSL | 254.8º | 0.59% | 0.5% | - |
| HSV(B) | 254.8º | 0.74% | 0.79% | - |
| XYZ | 16.01 | 8.84 | 56.74 | - |
| YUV | 80.16 | 196.76 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 52 | 202 | 0.56 | 0.74 | 0 | 0.21 | 254.8 | 0.59 | 0.5 |
| Hex | 59 | 34 | CA | 38 | 4A | 0 | 15 | FF | 3B | 32 |
| Octal | 131 | 64 | 312 | 70 | 112 | 0 | 25 | 377 | 73 | 62 |
| Binary | 1011001 | 110100 | 11001010 | 111000 | 1001010 | 0 | 10101 | 11111111 | 111011 | 110010 |
Color Harmonies of #5934CA
Complementary color
Monochromatic Colors of #5934CA
Black with #5934CA
Text Example
Text Example
White with #5934CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5934CA; }
p { color: rgb(89,52,202); }
H1.HeaderClassName
{
color: #5934CA;
}
.AnyTagClassName
{
color: #5934CA;
}
</style>
background-color css
<style>
a { background-color: #5934CA; }
a { background-color: rgb(89,52,202); }
div.DivClassName
{
background-color: #5934CA;
}
.BgClassName
{
background-color: #5934CA;
}
</style>
border-color css
<style>
span { border-color: #5934CA; }
span { border-color: rgb(89,52,202); }
td.TdClassName
{
border-color: #5934CA;
}
.TagClassName
{
border-color: #5934CA;
}
</style>