Shades of Purple Heart #7218C9
Tints of Purple Heart #7218C9
RGB
CMYK
RGB Variations
Color information
#7218C9 (or 0x7218C9) is known color: Purple Heart. HEX triplet: 72, 18 and C9. RGB value is (114,24,201). Sum of RGB (Red+Green+Blue) = 114+24+201=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 201 (78.91% from 255 or 59.29% from 339); Max value from RGB is 201 - color contains mainly: blue. Hex color #7218C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7218C9 is #8DE736. Grayscale: #464646. Windows color (decimal): -9299767 or 13178994. OLE color: 13178994.
HSL color Cylindrical-coordinate representation of color #7218C9: hue angle of 270.51º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7218C9 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 24 | 201 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.21 |
| HSL | 270.51º | 0.79% | 0.44% | - |
| HSV(B) | 270.51º | 0.88% | 0.79% | - |
| XYZ | 17.81 | 8.45 | 55.95 | - |
| YUV | 71.09 | 201.32 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 24 | 201 | 0.43 | 0.88 | 0 | 0.21 | 270.51 | 0.79 | 0.44 |
| Hex | 72 | 18 | C9 | 2B | 58 | 0 | 15 | 10F | 4F | 2C |
| Octal | 162 | 30 | 311 | 53 | 130 | 0 | 25 | 417 | 117 | 54 |
| Binary | 1110010 | 11000 | 11001001 | 101011 | 1011000 | 0 | 10101 | 100001111 | 1001111 | 101100 |
Color Harmonies of #7218C9
Complementary color
Monochromatic Colors of #7218C9
Black with #7218C9
Text Example
Text Example
White with #7218C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7218C9; }
p { color: rgb(114,24,201); }
H1.HeaderClassName
{
color: #7218C9;
}
.AnyTagClassName
{
color: #7218C9;
}
</style>
background-color css
<style>
a { background-color: #7218C9; }
a { background-color: rgb(114,24,201); }
div.DivClassName
{
background-color: #7218C9;
}
.BgClassName
{
background-color: #7218C9;
}
</style>
border-color css
<style>
span { border-color: #7218C9; }
span { border-color: rgb(114,24,201); }
td.TdClassName
{
border-color: #7218C9;
}
.TagClassName
{
border-color: #7218C9;
}
</style>