Shades of Purple Heart #5520CE
Tints of Purple Heart #5520CE
RGB
CMYK
RGB Variations
Color information
#5520CE (or 0x5520CE) is known color: Purple Heart. HEX triplet: 55, 20 and CE. RGB value is (85,32,206). Sum of RGB (Red+Green+Blue) = 85+32+206=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 206 (80.86% from 255 or 63.78% from 323); Max value from RGB is 206 - color contains mainly: blue. Hex color #5520CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5520CE is #AADF31. Grayscale: #434343. Windows color (decimal): -11198258 or 13508693. OLE color: 13508693.
HSL color Cylindrical-coordinate representation of color #5520CE: hue angle of 258.28º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5520CE is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 32 | 206 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.19 |
| HSL | 258.28º | 0.73% | 0.47% | - |
| HSV(B) | 258.28º | 0.84% | 0.81% | - |
| XYZ | 15.4 | 7.42 | 59.01 | - |
| YUV | 67.68 | 206.06 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 206 | 0.59 | 0.84 | 0 | 0.19 | 258.28 | 0.73 | 0.47 |
| Hex | 55 | 20 | CE | 3B | 54 | 0 | 13 | 102 | 49 | 2F |
| Octal | 125 | 40 | 316 | 73 | 124 | 0 | 23 | 402 | 111 | 57 |
| Binary | 1010101 | 100000 | 11001110 | 111011 | 1010100 | 0 | 10011 | 100000010 | 1001001 | 101111 |
Color Harmonies of #5520CE
Complementary color
Monochromatic Colors of #5520CE
Black with #5520CE
Text Example
Text Example
White with #5520CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5520CE; }
p { color: rgb(85,32,206); }
H1.HeaderClassName
{
color: #5520CE;
}
.AnyTagClassName
{
color: #5520CE;
}
</style>
background-color css
<style>
a { background-color: #5520CE; }
a { background-color: rgb(85,32,206); }
div.DivClassName
{
background-color: #5520CE;
}
.BgClassName
{
background-color: #5520CE;
}
</style>
border-color css
<style>
span { border-color: #5520CE; }
span { border-color: rgb(85,32,206); }
td.TdClassName
{
border-color: #5520CE;
}
.TagClassName
{
border-color: #5520CE;
}
</style>