Shades of Purple Heart #5932CA
Tints of Purple Heart #5932CA
RGB
CMYK
RGB Variations
Color information
#5932CA (or 0x5932CA) is known color: Purple Heart. HEX triplet: 59, 32 and CA. RGB value is (89,50,202). Sum of RGB (Red+Green+Blue) = 89+50+202=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 202 (79.30% from 255 or 59.24% from 341); Max value from RGB is 202 - color contains mainly: blue. Hex color #5932CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5932CA is #A6CD35. Grayscale: #4E4E4E. Windows color (decimal): -10931510 or 13251161. OLE color: 13251161.
HSL color Cylindrical-coordinate representation of color #5932CA: hue angle of 255.39º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5932CA is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 50 | 202 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.21 |
| HSL | 255.39º | 0.6% | 0.49% | - |
| HSV(B) | 255.39º | 0.75% | 0.79% | - |
| XYZ | 15.92 | 8.67 | 56.71 | - |
| YUV | 78.99 | 197.42 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 50 | 202 | 0.56 | 0.75 | 0 | 0.21 | 255.39 | 0.6 | 0.49 |
| Hex | 59 | 32 | CA | 38 | 4B | 0 | 15 | FF | 3C | 31 |
| Octal | 131 | 62 | 312 | 70 | 113 | 0 | 25 | 377 | 74 | 61 |
| Binary | 1011001 | 110010 | 11001010 | 111000 | 1001011 | 0 | 10101 | 11111111 | 111100 | 110001 |
Color Harmonies of #5932CA
Complementary color
Monochromatic Colors of #5932CA
Black with #5932CA
Text Example
Text Example
White with #5932CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5932CA; }
p { color: rgb(89,50,202); }
H1.HeaderClassName
{
color: #5932CA;
}
.AnyTagClassName
{
color: #5932CA;
}
</style>
background-color css
<style>
a { background-color: #5932CA; }
a { background-color: rgb(89,50,202); }
div.DivClassName
{
background-color: #5932CA;
}
.BgClassName
{
background-color: #5932CA;
}
</style>
border-color css
<style>
span { border-color: #5932CA; }
span { border-color: rgb(89,50,202); }
td.TdClassName
{
border-color: #5932CA;
}
.TagClassName
{
border-color: #5932CA;
}
</style>