Shades of Purple Heart #5540C9
Tints of Purple Heart #5540C9
RGB
CMYK
RGB Variations
Color information
#5540C9 (or 0x5540C9) is known color: Purple Heart. HEX triplet: 55, 40 and C9. RGB value is (85,64,201). Sum of RGB (Red+Green+Blue) = 85+64+201=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 201 (78.91% from 255 or 57.43% from 350); Max value from RGB is 201 - color contains mainly: blue. Hex color #5540C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5540C9 is #AABF36. Grayscale: #555555. Windows color (decimal): -11190071 or 13189205. OLE color: 13189205.
HSL color Cylindrical-coordinate representation of color #5540C9: hue angle of 249.2º degrees, saturation: 0.56, 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 #5540C9 is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 64 | 201 | - |
| CMYK | 0.58 | 0.68 | 0 | 0.21 |
| HSL | 249.2º | 0.56% | 0.52% | - |
| HSV(B) | 249.2º | 0.68% | 0.79% | - |
| XYZ | 16.12 | 9.82 | 56.3 | - |
| YUV | 85.9 | 192.96 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 201 | 0.58 | 0.68 | 0 | 0.21 | 249.2 | 0.56 | 0.52 |
| Hex | 55 | 40 | C9 | 3A | 44 | 0 | 15 | F9 | 38 | 34 |
| Octal | 125 | 100 | 311 | 72 | 104 | 0 | 25 | 371 | 70 | 64 |
| Binary | 1010101 | 1000000 | 11001001 | 111010 | 1000100 | 0 | 10101 | 11111001 | 111000 | 110100 |
Color Harmonies of #5540C9
Complementary color
Monochromatic Colors of #5540C9
Black with #5540C9
Text Example
Text Example
White with #5540C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5540C9; }
p { color: rgb(85,64,201); }
H1.HeaderClassName
{
color: #5540C9;
}
.AnyTagClassName
{
color: #5540C9;
}
</style>
background-color css
<style>
a { background-color: #5540C9; }
a { background-color: rgb(85,64,201); }
div.DivClassName
{
background-color: #5540C9;
}
.BgClassName
{
background-color: #5540C9;
}
</style>
border-color css
<style>
span { border-color: #5540C9; }
span { border-color: rgb(85,64,201); }
td.TdClassName
{
border-color: #5540C9;
}
.TagClassName
{
border-color: #5540C9;
}
</style>