Shades of Purple Heart #5502CC
Tints of Purple Heart #5502CC
RGB
CMYK
RGB Variations
Color information
#5502CC (or 0x5502CC) is known color: Purple Heart. HEX triplet: 55, 02 and CC. RGB value is (85,2,204). Sum of RGB (Red+Green+Blue) = 85+2+204=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 204 (80.08% from 255 or 70.10% from 291); Max value from RGB is 204 - color contains mainly: blue. Hex color #5502CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5502CC is #AAFD33. Grayscale: #313131. Windows color (decimal): -11205940 or 13369941. OLE color: 13369941.
HSL color Cylindrical-coordinate representation of color #5502CC: hue angle of 264.65º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5502CC is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 2 | 204 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.2 |
| HSL | 264.65º | 0.98% | 0.4% | - |
| HSV(B) | 264.65º | 0.99% | 0.8% | - |
| XYZ | 14.67 | 6.33 | 57.58 | - |
| YUV | 49.85 | 215 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 204 | 0.58 | 0.99 | 0 | 0.2 | 264.65 | 0.98 | 0.4 |
| Hex | 55 | 2 | CC | 3A | 63 | 0 | 14 | 109 | 62 | 28 |
| Octal | 125 | 2 | 314 | 72 | 143 | 0 | 24 | 411 | 142 | 50 |
| Binary | 1010101 | 10 | 11001100 | 111010 | 1100011 | 0 | 10100 | 100001001 | 1100010 | 101000 |
Color Harmonies of #5502CC
Complementary color
Monochromatic Colors of #5502CC
Black with #5502CC
Text Example
Text Example
White with #5502CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5502CC; }
p { color: rgb(85,2,204); }
H1.HeaderClassName
{
color: #5502CC;
}
.AnyTagClassName
{
color: #5502CC;
}
</style>
background-color css
<style>
a { background-color: #5502CC; }
a { background-color: rgb(85,2,204); }
div.DivClassName
{
background-color: #5502CC;
}
.BgClassName
{
background-color: #5502CC;
}
</style>
border-color css
<style>
span { border-color: #5502CC; }
span { border-color: rgb(85,2,204); }
td.TdClassName
{
border-color: #5502CC;
}
.TagClassName
{
border-color: #5502CC;
}
</style>