Shades of Purple Heart #7210D2
Tints of Purple Heart #7210D2
RGB
CMYK
RGB Variations
Color information
#7210D2 (or 0x7210D2) is known color: Purple Heart. HEX triplet: 72, 10 and D2. RGB value is (114,16,210). Sum of RGB (Red+Green+Blue) = 114+16+210=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 210 (82.42% from 255 or 61.76% from 340); Max value from RGB is 210 - color contains mainly: blue. Hex color #7210D2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7210D2 is #8DEF2D. Grayscale: #424242. Windows color (decimal): -9301806 or 13766770. OLE color: 13766770.
HSL color Cylindrical-coordinate representation of color #7210D2: hue angle of 270.31º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7210D2 is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 16 | 210 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.18 |
| HSL | 270.31º | 0.86% | 0.44% | - |
| HSV(B) | 270.31º | 0.92% | 0.82% | - |
| XYZ | 18.76 | 8.6 | 61.64 | - |
| YUV | 67.42 | 208.47 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 16 | 210 | 0.46 | 0.92 | 0 | 0.18 | 270.31 | 0.86 | 0.44 |
| Hex | 72 | 10 | D2 | 2E | 5C | 0 | 12 | 10E | 56 | 2C |
| Octal | 162 | 20 | 322 | 56 | 134 | 0 | 22 | 416 | 126 | 54 |
| Binary | 1110010 | 10000 | 11010010 | 101110 | 1011100 | 0 | 10010 | 100001110 | 1010110 | 101100 |
Color Harmonies of #7210D2
Complementary color
Monochromatic Colors of #7210D2
Black with #7210D2
Text Example
Text Example
White with #7210D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7210D2; }
p { color: rgb(114,16,210); }
H1.HeaderClassName
{
color: #7210D2;
}
.AnyTagClassName
{
color: #7210D2;
}
</style>
background-color css
<style>
a { background-color: #7210D2; }
a { background-color: rgb(114,16,210); }
div.DivClassName
{
background-color: #7210D2;
}
.BgClassName
{
background-color: #7210D2;
}
</style>
border-color css
<style>
span { border-color: #7210D2; }
span { border-color: rgb(114,16,210); }
td.TdClassName
{
border-color: #7210D2;
}
.TagClassName
{
border-color: #7210D2;
}
</style>