Shades of Purple Heart #5221C0
Tints of Purple Heart #5221C0
RGB
CMYK
RGB Variations
Color information
#5221C0 (or 0x5221C0) is known color: Purple Heart. HEX triplet: 52, 21 and C0. RGB value is (82,33,192). Sum of RGB (Red+Green+Blue) = 82+33+192=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 192 (75.39% from 255 or 62.54% from 307); Max value from RGB is 192 - color contains mainly: blue. Hex color #5221C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5221C0 is #ADDE3F. Grayscale: #414141. Windows color (decimal): -11394624 or 12591442. OLE color: 12591442.
HSL color Cylindrical-coordinate representation of color #5221C0: hue angle of 258.49º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5221C0 is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 33 | 192 | - |
| CMYK | 0.57 | 0.83 | 0 | 0.25 |
| HSL | 258.49º | 0.71% | 0.44% | - |
| HSV(B) | 258.49º | 0.83% | 0.75% | - |
| XYZ | 13.54 | 6.69 | 50.45 | - |
| YUV | 65.78 | 199.23 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 33 | 192 | 0.57 | 0.83 | 0 | 0.25 | 258.49 | 0.71 | 0.44 |
| Hex | 52 | 21 | C0 | 39 | 53 | 0 | 19 | 102 | 47 | 2C |
| Octal | 122 | 41 | 300 | 71 | 123 | 0 | 31 | 402 | 107 | 54 |
| Binary | 1010010 | 100001 | 11000000 | 111001 | 1010011 | 0 | 11001 | 100000010 | 1000111 | 101100 |
Color Harmonies of #5221C0
Complementary color
Monochromatic Colors of #5221C0
Black with #5221C0
Text Example
Text Example
White with #5221C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5221C0; }
p { color: rgb(82,33,192); }
H1.HeaderClassName
{
color: #5221C0;
}
.AnyTagClassName
{
color: #5221C0;
}
</style>
background-color css
<style>
a { background-color: #5221C0; }
a { background-color: rgb(82,33,192); }
div.DivClassName
{
background-color: #5221C0;
}
.BgClassName
{
background-color: #5221C0;
}
</style>
border-color css
<style>
span { border-color: #5221C0; }
span { border-color: rgb(82,33,192); }
td.TdClassName
{
border-color: #5221C0;
}
.TagClassName
{
border-color: #5221C0;
}
</style>