Shades of Purple Heart #5212AC
Tints of Purple Heart #5212AC
RGB
CMYK
RGB Variations
Color information
#5212AC (or 0x5212AC) is known color: Purple Heart. HEX triplet: 52, 12 and AC. RGB value is (82,18,172). Sum of RGB (Red+Green+Blue) = 82+18+172=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #5212AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5212AC is #ADED53. Grayscale: #363636. Windows color (decimal): -11398484 or 11276882. OLE color: 11276882.
HSL color Cylindrical-coordinate representation of color #5212AC: hue angle of 264.94º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5212AC is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 18 | 172 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.33 |
| HSL | 264.94º | 0.81% | 0.37% | - |
| HSV(B) | 264.94º | 0.9% | 0.67% | - |
| XYZ | 11.14 | 5.21 | 39.45 | - |
| YUV | 54.69 | 194.2 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 18 | 172 | 0.52 | 0.90 | 0 | 0.33 | 264.94 | 0.81 | 0.37 |
| Hex | 52 | 12 | AC | 34 | 5A | 0 | 21 | 109 | 51 | 25 |
| Octal | 122 | 22 | 254 | 64 | 132 | 0 | 41 | 411 | 121 | 45 |
| Binary | 1010010 | 10010 | 10101100 | 110100 | 1011010 | 0 | 100001 | 100001001 | 1010001 | 100101 |
Color Harmonies of #5212AC
Complementary color
Monochromatic Colors of #5212AC
Black with #5212AC
Text Example
Text Example
White with #5212AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5212AC; }
p { color: rgb(82,18,172); }
H1.HeaderClassName
{
color: #5212AC;
}
.AnyTagClassName
{
color: #5212AC;
}
</style>
background-color css
<style>
a { background-color: #5212AC; }
a { background-color: rgb(82,18,172); }
div.DivClassName
{
background-color: #5212AC;
}
.BgClassName
{
background-color: #5212AC;
}
</style>
border-color css
<style>
span { border-color: #5212AC; }
span { border-color: rgb(82,18,172); }
td.TdClassName
{
border-color: #5212AC;
}
.TagClassName
{
border-color: #5212AC;
}
</style>