Shades of Purple Heart #7212D2
Tints of Purple Heart #7212D2
RGB
CMYK
RGB Variations
Color information
#7212D2 (or 0x7212D2) is known color: Purple Heart. HEX triplet: 72, 12 and D2. RGB value is (114,18,210). Sum of RGB (Red+Green+Blue) = 114+18+210=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 210 (82.42% from 255 or 61.40% from 342); Max value from RGB is 210 - color contains mainly: blue. Hex color #7212D2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7212D2 is #8DED2D. Grayscale: #434343. Windows color (decimal): -9301294 or 13767282. OLE color: 13767282.
HSL color Cylindrical-coordinate representation of color #7212D2: hue angle of 270º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7212D2 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 18 | 210 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.18 |
| HSL | 270º | 0.84% | 0.45% | - |
| HSV(B) | 270º | 0.91% | 0.82% | - |
| XYZ | 18.79 | 8.66 | 61.65 | - |
| YUV | 68.59 | 207.8 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 18 | 210 | 0.46 | 0.91 | 0 | 0.18 | 270 | 0.84 | 0.45 |
| Hex | 72 | 12 | D2 | 2E | 5B | 0 | 12 | 10E | 54 | 2D |
| Octal | 162 | 22 | 322 | 56 | 133 | 0 | 22 | 416 | 124 | 55 |
| Binary | 1110010 | 10010 | 11010010 | 101110 | 1011011 | 0 | 10010 | 100001110 | 1010100 | 101101 |
Color Harmonies of #7212D2
Complementary color
Monochromatic Colors of #7212D2
Black with #7212D2
Text Example
Text Example
White with #7212D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7212D2; }
p { color: rgb(114,18,210); }
H1.HeaderClassName
{
color: #7212D2;
}
.AnyTagClassName
{
color: #7212D2;
}
</style>
background-color css
<style>
a { background-color: #7212D2; }
a { background-color: rgb(114,18,210); }
div.DivClassName
{
background-color: #7212D2;
}
.BgClassName
{
background-color: #7212D2;
}
</style>
border-color css
<style>
span { border-color: #7212D2; }
span { border-color: rgb(114,18,210); }
td.TdClassName
{
border-color: #7212D2;
}
.TagClassName
{
border-color: #7212D2;
}
</style>