Shades of Purple Heart #5540CC
Tints of Purple Heart #5540CC
RGB
CMYK
RGB Variations
Color information
#5540CC (or 0x5540CC) is known color: Purple Heart. HEX triplet: 55, 40 and CC. RGB value is (85,64,204). Sum of RGB (Red+Green+Blue) = 85+64+204=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #5540CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5540CC is #AABF33. Grayscale: #555555. Windows color (decimal): -11190068 or 13385813. OLE color: 13385813.
HSL color Cylindrical-coordinate representation of color #5540CC: hue angle of 249º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5540CC is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 64 | 204 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.2 |
| HSL | 249º | 0.58% | 0.53% | - |
| HSV(B) | 249º | 0.69% | 0.8% | - |
| XYZ | 16.48 | 9.96 | 58.18 | - |
| YUV | 86.24 | 194.46 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 204 | 0.58 | 0.69 | 0 | 0.2 | 249 | 0.58 | 0.53 |
| Hex | 55 | 40 | CC | 3A | 45 | 0 | 14 | F9 | 3A | 35 |
| Octal | 125 | 100 | 314 | 72 | 105 | 0 | 24 | 371 | 72 | 65 |
| Binary | 1010101 | 1000000 | 11001100 | 111010 | 1000101 | 0 | 10100 | 11111001 | 111010 | 110101 |
Color Harmonies of #5540CC
Complementary color
Monochromatic Colors of #5540CC
Black with #5540CC
Text Example
Text Example
White with #5540CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5540CC; }
p { color: rgb(85,64,204); }
H1.HeaderClassName
{
color: #5540CC;
}
.AnyTagClassName
{
color: #5540CC;
}
</style>
background-color css
<style>
a { background-color: #5540CC; }
a { background-color: rgb(85,64,204); }
div.DivClassName
{
background-color: #5540CC;
}
.BgClassName
{
background-color: #5540CC;
}
</style>
border-color css
<style>
span { border-color: #5540CC; }
span { border-color: rgb(85,64,204); }
td.TdClassName
{
border-color: #5540CC;
}
.TagClassName
{
border-color: #5540CC;
}
</style>