Shades of Purple Heart #5540CA
Tints of Purple Heart #5540CA
RGB
CMYK
RGB Variations
Color information
#5540CA (or 0x5540CA) is known color: Purple Heart. HEX triplet: 55, 40 and CA. RGB value is (85,64,202). Sum of RGB (Red+Green+Blue) = 85+64+202=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #5540CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5540CA is #AABF35. Grayscale: #555555. Windows color (decimal): -11190070 or 13254741. OLE color: 13254741.
HSL color Cylindrical-coordinate representation of color #5540CA: hue angle of 249.13º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5540CA is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 64 | 202 | - |
| CMYK | 0.58 | 0.68 | 0 | 0.21 |
| HSL | 249.13º | 0.57% | 0.52% | - |
| HSV(B) | 249.13º | 0.68% | 0.79% | - |
| XYZ | 16.24 | 9.86 | 56.92 | - |
| YUV | 86.01 | 193.46 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 202 | 0.58 | 0.68 | 0 | 0.21 | 249.13 | 0.57 | 0.52 |
| Hex | 55 | 40 | CA | 3A | 44 | 0 | 15 | F9 | 39 | 34 |
| Octal | 125 | 100 | 312 | 72 | 104 | 0 | 25 | 371 | 71 | 64 |
| Binary | 1010101 | 1000000 | 11001010 | 111010 | 1000100 | 0 | 10101 | 11111001 | 111001 | 110100 |
Color Harmonies of #5540CA
Complementary color
Monochromatic Colors of #5540CA
Black with #5540CA
Text Example
Text Example
White with #5540CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5540CA; }
p { color: rgb(85,64,202); }
H1.HeaderClassName
{
color: #5540CA;
}
.AnyTagClassName
{
color: #5540CA;
}
</style>
background-color css
<style>
a { background-color: #5540CA; }
a { background-color: rgb(85,64,202); }
div.DivClassName
{
background-color: #5540CA;
}
.BgClassName
{
background-color: #5540CA;
}
</style>
border-color css
<style>
span { border-color: #5540CA; }
span { border-color: rgb(85,64,202); }
td.TdClassName
{
border-color: #5540CA;
}
.TagClassName
{
border-color: #5540CA;
}
</style>