Shades of Purple Heart #5221CE
Tints of Purple Heart #5221CE
RGB
CMYK
RGB Variations
Color information
#5221CE (or 0x5221CE) is known color: Purple Heart. HEX triplet: 52, 21 and CE. RGB value is (82,33,206). Sum of RGB (Red+Green+Blue) = 82+33+206=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #5221CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5221CE is #ADDE31. Grayscale: #424242. Windows color (decimal): -11394610 or 13508946. OLE color: 13508946.
HSL color Cylindrical-coordinate representation of color #5221CE: hue angle of 256.99º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5221CE is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 33 | 206 | - |
| CMYK | 0.60 | 0.84 | 0 | 0.19 |
| HSL | 256.99º | 0.72% | 0.47% | - |
| HSV(B) | 256.99º | 0.84% | 0.81% | - |
| XYZ | 15.16 | 7.34 | 59.01 | - |
| YUV | 67.37 | 206.23 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 33 | 206 | 0.60 | 0.84 | 0 | 0.19 | 256.99 | 0.72 | 0.47 |
| Hex | 52 | 21 | CE | 3C | 54 | 0 | 13 | 101 | 48 | 2F |
| Octal | 122 | 41 | 316 | 74 | 124 | 0 | 23 | 401 | 110 | 57 |
| Binary | 1010010 | 100001 | 11001110 | 111100 | 1010100 | 0 | 10011 | 100000001 | 1001000 | 101111 |
Color Harmonies of #5221CE
Complementary color
Monochromatic Colors of #5221CE
Black with #5221CE
Text Example
Text Example
White with #5221CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5221CE; }
p { color: rgb(82,33,206); }
H1.HeaderClassName
{
color: #5221CE;
}
.AnyTagClassName
{
color: #5221CE;
}
</style>
background-color css
<style>
a { background-color: #5221CE; }
a { background-color: rgb(82,33,206); }
div.DivClassName
{
background-color: #5221CE;
}
.BgClassName
{
background-color: #5221CE;
}
</style>
border-color css
<style>
span { border-color: #5221CE; }
span { border-color: rgb(82,33,206); }
td.TdClassName
{
border-color: #5221CE;
}
.TagClassName
{
border-color: #5221CE;
}
</style>