Shades of Purple Heart #7214CB
Tints of Purple Heart #7214CB
RGB
CMYK
RGB Variations
Color information
#7214CB (or 0x7214CB) is known color: Purple Heart. HEX triplet: 72, 14 and CB. RGB value is (114,20,203). Sum of RGB (Red+Green+Blue) = 114+20+203=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #7214CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7214CB is #8DEB34. Grayscale: #444444. Windows color (decimal): -9300789 or 13309042. OLE color: 13309042.
HSL color Cylindrical-coordinate representation of color #7214CB: hue angle of 270.82º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7214CB is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 20 | 203 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.20 |
| HSL | 270.82º | 0.82% | 0.44% | - |
| HSV(B) | 270.82º | 0.9% | 0.8% | - |
| XYZ | 17.97 | 8.39 | 57.17 | - |
| YUV | 68.97 | 203.64 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 20 | 203 | 0.44 | 0.90 | 0 | 0.20 | 270.82 | 0.82 | 0.44 |
| Hex | 72 | 14 | CB | 2C | 5A | 0 | 14 | 10F | 52 | 2C |
| Octal | 162 | 24 | 313 | 54 | 132 | 0 | 24 | 417 | 122 | 54 |
| Binary | 1110010 | 10100 | 11001011 | 101100 | 1011010 | 0 | 10100 | 100001111 | 1010010 | 101100 |
Color Harmonies of #7214CB
Complementary color
Monochromatic Colors of #7214CB
Black with #7214CB
Text Example
Text Example
White with #7214CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7214CB; }
p { color: rgb(114,20,203); }
H1.HeaderClassName
{
color: #7214CB;
}
.AnyTagClassName
{
color: #7214CB;
}
</style>
background-color css
<style>
a { background-color: #7214CB; }
a { background-color: rgb(114,20,203); }
div.DivClassName
{
background-color: #7214CB;
}
.BgClassName
{
background-color: #7214CB;
}
</style>
border-color css
<style>
span { border-color: #7214CB; }
span { border-color: rgb(114,20,203); }
td.TdClassName
{
border-color: #7214CB;
}
.TagClassName
{
border-color: #7214CB;
}
</style>