Shades of Purple Heart #5529CA
Tints of Purple Heart #5529CA
RGB
CMYK
RGB Variations
Color information
#5529CA (or 0x5529CA) is known color: Purple Heart. HEX triplet: 55, 29 and CA. RGB value is (85,41,202). Sum of RGB (Red+Green+Blue) = 85+41+202=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 202 (79.30% from 255 or 61.59% from 328); Max value from RGB is 202 - color contains mainly: blue. Hex color #5529CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5529CA is #AAD635. Grayscale: #474747. Windows color (decimal): -11195958 or 13248853. OLE color: 13248853.
HSL color Cylindrical-coordinate representation of color #5529CA: hue angle of 256.4º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5529CA is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 41 | 202 | - |
| CMYK | 0.58 | 0.80 | 0 | 0.21 |
| HSL | 256.4º | 0.66% | 0.48% | - |
| HSV(B) | 256.4º | 0.8% | 0.79% | - |
| XYZ | 15.2 | 7.78 | 56.58 | - |
| YUV | 72.51 | 201.08 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 41 | 202 | 0.58 | 0.80 | 0 | 0.21 | 256.4 | 0.66 | 0.48 |
| Hex | 55 | 29 | CA | 3A | 50 | 0 | 15 | 100 | 42 | 30 |
| Octal | 125 | 51 | 312 | 72 | 120 | 0 | 25 | 400 | 102 | 60 |
| Binary | 1010101 | 101001 | 11001010 | 111010 | 1010000 | 0 | 10101 | 100000000 | 1000010 | 110000 |
Color Harmonies of #5529CA
Complementary color
Monochromatic Colors of #5529CA
Black with #5529CA
Text Example
Text Example
White with #5529CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5529CA; }
p { color: rgb(85,41,202); }
H1.HeaderClassName
{
color: #5529CA;
}
.AnyTagClassName
{
color: #5529CA;
}
</style>
background-color css
<style>
a { background-color: #5529CA; }
a { background-color: rgb(85,41,202); }
div.DivClassName
{
background-color: #5529CA;
}
.BgClassName
{
background-color: #5529CA;
}
</style>
border-color css
<style>
span { border-color: #5529CA; }
span { border-color: rgb(85,41,202); }
td.TdClassName
{
border-color: #5529CA;
}
.TagClassName
{
border-color: #5529CA;
}
</style>