Shades of Purple Heart #5521CC
Tints of Purple Heart #5521CC
RGB
CMYK
RGB Variations
Color information
#5521CC (or 0x5521CC) is known color: Purple Heart. HEX triplet: 55, 21 and CC. RGB value is (85,33,204). Sum of RGB (Red+Green+Blue) = 85+33+204=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #5521CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5521CC is #AADE33. Grayscale: #434343. Windows color (decimal): -11198004 or 13377877. OLE color: 13377877.
HSL color Cylindrical-coordinate representation of color #5521CC: hue angle of 258.25º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5521CC is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 33 | 204 | - |
| CMYK | 0.58 | 0.84 | 0 | 0.2 |
| HSL | 258.25º | 0.72% | 0.46% | - |
| HSV(B) | 258.25º | 0.84% | 0.8% | - |
| XYZ | 15.19 | 7.38 | 57.75 | - |
| YUV | 68.04 | 204.73 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 33 | 204 | 0.58 | 0.84 | 0 | 0.2 | 258.25 | 0.72 | 0.46 |
| Hex | 55 | 21 | CC | 3A | 54 | 0 | 14 | 102 | 48 | 2E |
| Octal | 125 | 41 | 314 | 72 | 124 | 0 | 24 | 402 | 110 | 56 |
| Binary | 1010101 | 100001 | 11001100 | 111010 | 1010100 | 0 | 10100 | 100000010 | 1001000 | 101110 |
Color Harmonies of #5521CC
Complementary color
Monochromatic Colors of #5521CC
Black with #5521CC
Text Example
Text Example
White with #5521CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5521CC; }
p { color: rgb(85,33,204); }
H1.HeaderClassName
{
color: #5521CC;
}
.AnyTagClassName
{
color: #5521CC;
}
</style>
background-color css
<style>
a { background-color: #5521CC; }
a { background-color: rgb(85,33,204); }
div.DivClassName
{
background-color: #5521CC;
}
.BgClassName
{
background-color: #5521CC;
}
</style>
border-color css
<style>
span { border-color: #5521CC; }
span { border-color: rgb(85,33,204); }
td.TdClassName
{
border-color: #5521CC;
}
.TagClassName
{
border-color: #5521CC;
}
</style>