Shades of Purple Heart #5212C3
Tints of Purple Heart #5212C3
RGB
CMYK
RGB Variations
Color information
#5212C3 (or 0x5212C3) is known color: Purple Heart. HEX triplet: 52, 12 and C3. RGB value is (82,18,195). Sum of RGB (Red+Green+Blue) = 82+18+195=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 195 (76.56% from 255 or 66.10% from 295); Max value from RGB is 195 - color contains mainly: blue. Hex color #5212C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5212C3 is #ADED3C. Grayscale: #383838. Windows color (decimal): -11398461 or 12784210. OLE color: 12784210.
HSL color Cylindrical-coordinate representation of color #5212C3: hue angle of 261.69º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5212C3 is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 18 | 195 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.24 |
| HSL | 261.69º | 0.83% | 0.42% | - |
| HSV(B) | 261.69º | 0.91% | 0.76% | - |
| XYZ | 13.55 | 6.17 | 52.11 | - |
| YUV | 57.31 | 205.7 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 18 | 195 | 0.58 | 0.91 | 0 | 0.24 | 261.69 | 0.83 | 0.42 |
| Hex | 52 | 12 | C3 | 3A | 5B | 0 | 18 | 106 | 53 | 2A |
| Octal | 122 | 22 | 303 | 72 | 133 | 0 | 30 | 406 | 123 | 52 |
| Binary | 1010010 | 10010 | 11000011 | 111010 | 1011011 | 0 | 11000 | 100000110 | 1010011 | 101010 |
Color Harmonies of #5212C3
Complementary color
Monochromatic Colors of #5212C3
Black with #5212C3
Text Example
Text Example
White with #5212C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5212C3; }
p { color: rgb(82,18,195); }
H1.HeaderClassName
{
color: #5212C3;
}
.AnyTagClassName
{
color: #5212C3;
}
</style>
background-color css
<style>
a { background-color: #5212C3; }
a { background-color: rgb(82,18,195); }
div.DivClassName
{
background-color: #5212C3;
}
.BgClassName
{
background-color: #5212C3;
}
</style>
border-color css
<style>
span { border-color: #5212C3; }
span { border-color: rgb(82,18,195); }
td.TdClassName
{
border-color: #5212C3;
}
.TagClassName
{
border-color: #5212C3;
}
</style>