Shades of Purple Heart #7214BE
Tints of Purple Heart #7214BE
RGB
CMYK
RGB Variations
Color information
#7214BE (or 0x7214BE) is known color: Purple Heart. HEX triplet: 72, 14 and BE. RGB value is (114,20,190). Sum of RGB (Red+Green+Blue) = 114+20+190=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #7214BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7214BE is #8DEB41. Grayscale: #424242. Windows color (decimal): -9300802 or 12457074. OLE color: 12457074.
HSL color Cylindrical-coordinate representation of color #7214BE: hue angle of 273.18º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7214BE is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 20 | 190 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.25 |
| HSL | 273.18º | 0.81% | 0.41% | - |
| HSV(B) | 273.18º | 0.89% | 0.75% | - |
| XYZ | 16.48 | 7.8 | 49.35 | - |
| YUV | 67.49 | 197.14 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 20 | 190 | 0.40 | 0.89 | 0 | 0.25 | 273.18 | 0.81 | 0.41 |
| Hex | 72 | 14 | BE | 28 | 59 | 0 | 19 | 111 | 51 | 29 |
| Octal | 162 | 24 | 276 | 50 | 131 | 0 | 31 | 421 | 121 | 51 |
| Binary | 1110010 | 10100 | 10111110 | 101000 | 1011001 | 0 | 11001 | 100010001 | 1010001 | 101001 |
Color Harmonies of #7214BE
Complementary color
Monochromatic Colors of #7214BE
Black with #7214BE
Text Example
Text Example
White with #7214BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7214BE; }
p { color: rgb(114,20,190); }
H1.HeaderClassName
{
color: #7214BE;
}
.AnyTagClassName
{
color: #7214BE;
}
</style>
background-color css
<style>
a { background-color: #7214BE; }
a { background-color: rgb(114,20,190); }
div.DivClassName
{
background-color: #7214BE;
}
.BgClassName
{
background-color: #7214BE;
}
</style>
border-color css
<style>
span { border-color: #7214BE; }
span { border-color: rgb(114,20,190); }
td.TdClassName
{
border-color: #7214BE;
}
.TagClassName
{
border-color: #7214BE;
}
</style>