Shades of Purple Heart #7213CE
Tints of Purple Heart #7213CE
RGB
CMYK
RGB Variations
Color information
#7213CE (or 0x7213CE) is known color: Purple Heart. HEX triplet: 72, 13 and CE. RGB value is (114,19,206). Sum of RGB (Red+Green+Blue) = 114+19+206=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #7213CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7213CE is #8DEC31. Grayscale: #444444. Windows color (decimal): -9301042 or 13505394. OLE color: 13505394.
HSL color Cylindrical-coordinate representation of color #7213CE: hue angle of 270.48º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7213CE is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 19 | 206 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.19 |
| HSL | 270.48º | 0.83% | 0.44% | - |
| HSV(B) | 270.48º | 0.91% | 0.81% | - |
| XYZ | 18.31 | 8.5 | 59.07 | - |
| YUV | 68.72 | 205.47 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 19 | 206 | 0.45 | 0.91 | 0 | 0.19 | 270.48 | 0.83 | 0.44 |
| Hex | 72 | 13 | CE | 2D | 5B | 0 | 13 | 10E | 53 | 2C |
| Octal | 162 | 23 | 316 | 55 | 133 | 0 | 23 | 416 | 123 | 54 |
| Binary | 1110010 | 10011 | 11001110 | 101101 | 1011011 | 0 | 10011 | 100001110 | 1010011 | 101100 |
Color Harmonies of #7213CE
Complementary color
Monochromatic Colors of #7213CE
Black with #7213CE
Text Example
Text Example
White with #7213CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7213CE; }
p { color: rgb(114,19,206); }
H1.HeaderClassName
{
color: #7213CE;
}
.AnyTagClassName
{
color: #7213CE;
}
</style>
background-color css
<style>
a { background-color: #7213CE; }
a { background-color: rgb(114,19,206); }
div.DivClassName
{
background-color: #7213CE;
}
.BgClassName
{
background-color: #7213CE;
}
</style>
border-color css
<style>
span { border-color: #7213CE; }
span { border-color: rgb(114,19,206); }
td.TdClassName
{
border-color: #7213CE;
}
.TagClassName
{
border-color: #7213CE;
}
</style>