Shades of Purple Heart #5532CC
Tints of Purple Heart #5532CC
RGB
CMYK
RGB Variations
Color information
#5532CC (or 0x5532CC) is known color: Purple Heart. HEX triplet: 55, 32 and CC. RGB value is (85,50,204). Sum of RGB (Red+Green+Blue) = 85+50+204=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #5532CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5532CC is #AACD33. Grayscale: #4D4D4D. Windows color (decimal): -11193652 or 13382229. OLE color: 13382229.
HSL color Cylindrical-coordinate representation of color #5532CC: hue angle of 253.64º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5532CC is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 50 | 204 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.2 |
| HSL | 253.64º | 0.61% | 0.5% | - |
| HSV(B) | 253.64º | 0.75% | 0.8% | - |
| XYZ | 15.79 | 8.57 | 57.95 | - |
| YUV | 78.02 | 199.1 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 50 | 204 | 0.58 | 0.75 | 0 | 0.2 | 253.64 | 0.61 | 0.5 |
| Hex | 55 | 32 | CC | 3A | 4B | 0 | 14 | FE | 3D | 32 |
| Octal | 125 | 62 | 314 | 72 | 113 | 0 | 24 | 376 | 75 | 62 |
| Binary | 1010101 | 110010 | 11001100 | 111010 | 1001011 | 0 | 10100 | 11111110 | 111101 | 110010 |
Color Harmonies of #5532CC
Complementary color
Monochromatic Colors of #5532CC
Black with #5532CC
Text Example
Text Example
White with #5532CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5532CC; }
p { color: rgb(85,50,204); }
H1.HeaderClassName
{
color: #5532CC;
}
.AnyTagClassName
{
color: #5532CC;
}
</style>
background-color css
<style>
a { background-color: #5532CC; }
a { background-color: rgb(85,50,204); }
div.DivClassName
{
background-color: #5532CC;
}
.BgClassName
{
background-color: #5532CC;
}
</style>
border-color css
<style>
span { border-color: #5532CC; }
span { border-color: rgb(85,50,204); }
td.TdClassName
{
border-color: #5532CC;
}
.TagClassName
{
border-color: #5532CC;
}
</style>