Shades of Purple Heart #7212C5
Tints of Purple Heart #7212C5
RGB
CMYK
RGB Variations
Color information
#7212C5 (or 0x7212C5) is known color: Purple Heart. HEX triplet: 72, 12 and C5. RGB value is (114,18,197). Sum of RGB (Red+Green+Blue) = 114+18+197=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 197 (77.34% from 255 or 59.88% from 329); Max value from RGB is 197 - color contains mainly: blue. Hex color #7212C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7212C5 is #8DED3A. Grayscale: #424242. Windows color (decimal): -9301307 or 12915314. OLE color: 12915314.
HSL color Cylindrical-coordinate representation of color #7212C5: hue angle of 272.18º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7212C5 is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 18 | 197 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.23 |
| HSL | 272.18º | 0.83% | 0.42% | - |
| HSV(B) | 272.18º | 0.91% | 0.77% | - |
| XYZ | 17.23 | 8.04 | 53.47 | - |
| YUV | 67.11 | 201.3 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 18 | 197 | 0.42 | 0.91 | 0 | 0.23 | 272.18 | 0.83 | 0.42 |
| Hex | 72 | 12 | C5 | 2A | 5B | 0 | 17 | 110 | 53 | 2A |
| Octal | 162 | 22 | 305 | 52 | 133 | 0 | 27 | 420 | 123 | 52 |
| Binary | 1110010 | 10010 | 11000101 | 101010 | 1011011 | 0 | 10111 | 100010000 | 1010011 | 101010 |
Color Harmonies of #7212C5
Complementary color
Monochromatic Colors of #7212C5
Black with #7212C5
Text Example
Text Example
White with #7212C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7212C5; }
p { color: rgb(114,18,197); }
H1.HeaderClassName
{
color: #7212C5;
}
.AnyTagClassName
{
color: #7212C5;
}
</style>
background-color css
<style>
a { background-color: #7212C5; }
a { background-color: rgb(114,18,197); }
div.DivClassName
{
background-color: #7212C5;
}
.BgClassName
{
background-color: #7212C5;
}
</style>
border-color css
<style>
span { border-color: #7212C5; }
span { border-color: rgb(114,18,197); }
td.TdClassName
{
border-color: #7212C5;
}
.TagClassName
{
border-color: #7212C5;
}
</style>