Shades of Purple Heart #7210CE
Tints of Purple Heart #7210CE
RGB
CMYK
RGB Variations
Color information
#7210CE (or 0x7210CE) is known color: Purple Heart. HEX triplet: 72, 10 and CE. RGB value is (114,16,206). Sum of RGB (Red+Green+Blue) = 114+16+206=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #7210CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7210CE is #8DEF31. Grayscale: #424242. Windows color (decimal): -9301810 or 13504626. OLE color: 13504626.
HSL color Cylindrical-coordinate representation of color #7210CE: hue angle of 270.95º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7210CE is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 16 | 206 | - |
| CMYK | 0.45 | 0.92 | 0 | 0.19 |
| HSL | 270.95º | 0.86% | 0.44% | - |
| HSV(B) | 270.95º | 0.92% | 0.81% | - |
| XYZ | 18.27 | 8.4 | 59.05 | - |
| YUV | 66.96 | 206.47 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 16 | 206 | 0.45 | 0.92 | 0 | 0.19 | 270.95 | 0.86 | 0.44 |
| Hex | 72 | 10 | CE | 2D | 5C | 0 | 13 | 10F | 56 | 2C |
| Octal | 162 | 20 | 316 | 55 | 134 | 0 | 23 | 417 | 126 | 54 |
| Binary | 1110010 | 10000 | 11001110 | 101101 | 1011100 | 0 | 10011 | 100001111 | 1010110 | 101100 |
Color Harmonies of #7210CE
Complementary color
Monochromatic Colors of #7210CE
Black with #7210CE
Text Example
Text Example
White with #7210CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7210CE; }
p { color: rgb(114,16,206); }
H1.HeaderClassName
{
color: #7210CE;
}
.AnyTagClassName
{
color: #7210CE;
}
</style>
background-color css
<style>
a { background-color: #7210CE; }
a { background-color: rgb(114,16,206); }
div.DivClassName
{
background-color: #7210CE;
}
.BgClassName
{
background-color: #7210CE;
}
</style>
border-color css
<style>
span { border-color: #7210CE; }
span { border-color: rgb(114,16,206); }
td.TdClassName
{
border-color: #7210CE;
}
.TagClassName
{
border-color: #7210CE;
}
</style>