Shades of Purple Heart #5521B2
Tints of Purple Heart #5521B2
RGB
CMYK
RGB Variations
Color information
#5521B2 (or 0x5521B2) is known color: Purple Heart. HEX triplet: 55, 21 and B2. RGB value is (85,33,178). Sum of RGB (Red+Green+Blue) = 85+33+178=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 178 (69.92% from 255 or 60.14% from 296); Max value from RGB is 178 - color contains mainly: blue. Hex color #5521B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5521B2 is #AADE4D. Grayscale: #404040. Windows color (decimal): -11198030 or 11673941. OLE color: 11673941.
HSL color Cylindrical-coordinate representation of color #5521B2: hue angle of 261.52º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5521B2 is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 33 | 178 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.30 |
| HSL | 261.52º | 0.69% | 0.41% | - |
| HSV(B) | 261.52º | 0.81% | 0.7% | - |
| XYZ | 12.33 | 6.23 | 42.67 | - |
| YUV | 65.08 | 191.73 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 33 | 178 | 0.52 | 0.81 | 0 | 0.30 | 261.52 | 0.69 | 0.41 |
| Hex | 55 | 21 | B2 | 34 | 51 | 0 | 1E | 106 | 45 | 29 |
| Octal | 125 | 41 | 262 | 64 | 121 | 0 | 36 | 406 | 105 | 51 |
| Binary | 1010101 | 100001 | 10110010 | 110100 | 1010001 | 0 | 11110 | 100000110 | 1000101 | 101001 |
Color Harmonies of #5521B2
Complementary color
Monochromatic Colors of #5521B2
Black with #5521B2
Text Example
Text Example
White with #5521B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5521B2; }
p { color: rgb(85,33,178); }
H1.HeaderClassName
{
color: #5521B2;
}
.AnyTagClassName
{
color: #5521B2;
}
</style>
background-color css
<style>
a { background-color: #5521B2; }
a { background-color: rgb(85,33,178); }
div.DivClassName
{
background-color: #5521B2;
}
.BgClassName
{
background-color: #5521B2;
}
</style>
border-color css
<style>
span { border-color: #5521B2; }
span { border-color: rgb(85,33,178); }
td.TdClassName
{
border-color: #5521B2;
}
.TagClassName
{
border-color: #5521B2;
}
</style>