Shades of Purple Heart #7214CF
Tints of Purple Heart #7214CF
RGB
CMYK
RGB Variations
Color information
#7214CF (or 0x7214CF) is known color: Purple Heart. HEX triplet: 72, 14 and CF. RGB value is (114,20,207). Sum of RGB (Red+Green+Blue) = 114+20+207=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #7214CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7214CF is #8DEB30. Grayscale: #444444. Windows color (decimal): -9300785 or 13571186. OLE color: 13571186.
HSL color Cylindrical-coordinate representation of color #7214CF: hue angle of 270.16º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7214CF is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 20 | 207 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.19 |
| HSL | 270.16º | 0.82% | 0.45% | - |
| HSV(B) | 270.16º | 0.9% | 0.81% | - |
| XYZ | 18.45 | 8.58 | 59.72 | - |
| YUV | 69.42 | 205.64 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 20 | 207 | 0.45 | 0.90 | 0 | 0.19 | 270.16 | 0.82 | 0.45 |
| Hex | 72 | 14 | CF | 2D | 5A | 0 | 13 | 10E | 52 | 2D |
| Octal | 162 | 24 | 317 | 55 | 132 | 0 | 23 | 416 | 122 | 55 |
| Binary | 1110010 | 10100 | 11001111 | 101101 | 1011010 | 0 | 10011 | 100001110 | 1010010 | 101101 |
Color Harmonies of #7214CF
Complementary color
Monochromatic Colors of #7214CF
Black with #7214CF
Text Example
Text Example
White with #7214CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7214CF; }
p { color: rgb(114,20,207); }
H1.HeaderClassName
{
color: #7214CF;
}
.AnyTagClassName
{
color: #7214CF;
}
</style>
background-color css
<style>
a { background-color: #7214CF; }
a { background-color: rgb(114,20,207); }
div.DivClassName
{
background-color: #7214CF;
}
.BgClassName
{
background-color: #7214CF;
}
</style>
border-color css
<style>
span { border-color: #7214CF; }
span { border-color: rgb(114,20,207); }
td.TdClassName
{
border-color: #7214CF;
}
.TagClassName
{
border-color: #7214CF;
}
</style>