Shades of Purple Heart #5221CC
Tints of Purple Heart #5221CC
RGB
CMYK
RGB Variations
Color information
#5221CC (or 0x5221CC) is known color: Purple Heart. HEX triplet: 52, 21 and CC. RGB value is (82,33,204). Sum of RGB (Red+Green+Blue) = 82+33+204=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #5221CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5221CC is #ADDE33. Grayscale: #424242. Windows color (decimal): -11394612 or 13377874. OLE color: 13377874.
HSL color Cylindrical-coordinate representation of color #5221CC: hue angle of 257.19º 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 #5221CC is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 33 | 204 | - |
| CMYK | 0.60 | 0.84 | 0 | 0.2 |
| HSL | 257.19º | 0.72% | 0.46% | - |
| HSV(B) | 257.19º | 0.84% | 0.8% | - |
| XYZ | 14.92 | 7.24 | 57.74 | - |
| YUV | 67.15 | 205.23 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 33 | 204 | 0.60 | 0.84 | 0 | 0.2 | 257.19 | 0.72 | 0.46 |
| Hex | 52 | 21 | CC | 3C | 54 | 0 | 14 | 101 | 48 | 2E |
| Octal | 122 | 41 | 314 | 74 | 124 | 0 | 24 | 401 | 110 | 56 |
| Binary | 1010010 | 100001 | 11001100 | 111100 | 1010100 | 0 | 10100 | 100000001 | 1001000 | 101110 |
Color Harmonies of #5221CC
Complementary color
Monochromatic Colors of #5221CC
Black with #5221CC
Text Example
Text Example
White with #5221CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5221CC; }
p { color: rgb(82,33,204); }
H1.HeaderClassName
{
color: #5221CC;
}
.AnyTagClassName
{
color: #5221CC;
}
</style>
background-color css
<style>
a { background-color: #5221CC; }
a { background-color: rgb(82,33,204); }
div.DivClassName
{
background-color: #5221CC;
}
.BgClassName
{
background-color: #5221CC;
}
</style>
border-color css
<style>
span { border-color: #5221CC; }
span { border-color: rgb(82,33,204); }
td.TdClassName
{
border-color: #5221CC;
}
.TagClassName
{
border-color: #5221CC;
}
</style>