Shades of Purple Heart #5211C2
Tints of Purple Heart #5211C2
RGB
CMYK
RGB Variations
Color information
#5211C2 (or 0x5211C2) is known color: Purple Heart. HEX triplet: 52, 11 and C2. RGB value is (82,17,194). Sum of RGB (Red+Green+Blue) = 82+17+194=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 194 (76.17% from 255 or 66.21% from 293); Max value from RGB is 194 - color contains mainly: blue. Hex color #5211C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5211C2 is #ADEE3D. Grayscale: #373737. Windows color (decimal): -11398718 or 12718418. OLE color: 12718418.
HSL color Cylindrical-coordinate representation of color #5211C2: hue angle of 262.03º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5211C2 is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 17 | 194 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.24 |
| HSL | 262.03º | 0.84% | 0.41% | - |
| HSV(B) | 262.03º | 0.91% | 0.76% | - |
| XYZ | 13.42 | 6.09 | 51.51 | - |
| YUV | 56.61 | 205.53 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 17 | 194 | 0.58 | 0.91 | 0 | 0.24 | 262.03 | 0.84 | 0.41 |
| Hex | 52 | 11 | C2 | 3A | 5B | 0 | 18 | 106 | 54 | 29 |
| Octal | 122 | 21 | 302 | 72 | 133 | 0 | 30 | 406 | 124 | 51 |
| Binary | 1010010 | 10001 | 11000010 | 111010 | 1011011 | 0 | 11000 | 100000110 | 1010100 | 101001 |
Color Harmonies of #5211C2
Complementary color
Monochromatic Colors of #5211C2
Black with #5211C2
Text Example
Text Example
White with #5211C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5211C2; }
p { color: rgb(82,17,194); }
H1.HeaderClassName
{
color: #5211C2;
}
.AnyTagClassName
{
color: #5211C2;
}
</style>
background-color css
<style>
a { background-color: #5211C2; }
a { background-color: rgb(82,17,194); }
div.DivClassName
{
background-color: #5211C2;
}
.BgClassName
{
background-color: #5211C2;
}
</style>
border-color css
<style>
span { border-color: #5211C2; }
span { border-color: rgb(82,17,194); }
td.TdClassName
{
border-color: #5211C2;
}
.TagClassName
{
border-color: #5211C2;
}
</style>