Shades of Purple Heart #7213B6
Tints of Purple Heart #7213B6
RGB
CMYK
RGB Variations
Color information
#7213B6 (or 0x7213B6) is known color: Purple Heart. HEX triplet: 72, 13 and B6. RGB value is (114,19,182). Sum of RGB (Red+Green+Blue) = 114+19+182=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 182 (71.48% from 255 or 57.78% from 315); Max value from RGB is 182 - color contains mainly: blue. Hex color #7213B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7213B6 is #8DEC49. Grayscale: #414141. Windows color (decimal): -9301066 or 11932530. OLE color: 11932530.
HSL color Cylindrical-coordinate representation of color #7213B6: hue angle of 274.97º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7213B6 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 19 | 182 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.29 |
| HSL | 274.97º | 0.81% | 0.39% | - |
| HSV(B) | 274.97º | 0.9% | 0.71% | - |
| XYZ | 15.62 | 7.42 | 44.87 | - |
| YUV | 65.99 | 193.47 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 19 | 182 | 0.37 | 0.90 | 0 | 0.29 | 274.97 | 0.81 | 0.39 |
| Hex | 72 | 13 | B6 | 25 | 5A | 0 | 1D | 113 | 51 | 27 |
| Octal | 162 | 23 | 266 | 45 | 132 | 0 | 35 | 423 | 121 | 47 |
| Binary | 1110010 | 10011 | 10110110 | 100101 | 1011010 | 0 | 11101 | 100010011 | 1010001 | 100111 |
Color Harmonies of #7213B6
Complementary color
Monochromatic Colors of #7213B6
Black with #7213B6
Text Example
Text Example
White with #7213B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7213B6; }
p { color: rgb(114,19,182); }
H1.HeaderClassName
{
color: #7213B6;
}
.AnyTagClassName
{
color: #7213B6;
}
</style>
background-color css
<style>
a { background-color: #7213B6; }
a { background-color: rgb(114,19,182); }
div.DivClassName
{
background-color: #7213B6;
}
.BgClassName
{
background-color: #7213B6;
}
</style>
border-color css
<style>
span { border-color: #7213B6; }
span { border-color: rgb(114,19,182); }
td.TdClassName
{
border-color: #7213B6;
}
.TagClassName
{
border-color: #7213B6;
}
</style>