Shades of Purple Heart #7218C7
Tints of Purple Heart #7218C7
RGB
CMYK
RGB Variations
Color information
#7218C7 (or 0x7218C7) is known color: Purple Heart. HEX triplet: 72, 18 and C7. RGB value is (114,24,199). Sum of RGB (Red+Green+Blue) = 114+24+199=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 199 (78.12% from 255 or 59.05% from 337); Max value from RGB is 199 - color contains mainly: blue. Hex color #7218C7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7218C7 is #8DE738. Grayscale: #464646. Windows color (decimal): -9299769 or 13047922. OLE color: 13047922.
HSL color Cylindrical-coordinate representation of color #7218C7: hue angle of 270.86º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7218C7 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 24 | 199 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.22 |
| HSL | 270.86º | 0.78% | 0.44% | - |
| HSV(B) | 270.86º | 0.88% | 0.78% | - |
| XYZ | 17.57 | 8.35 | 54.72 | - |
| YUV | 70.86 | 200.32 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 24 | 199 | 0.43 | 0.88 | 0 | 0.22 | 270.86 | 0.78 | 0.44 |
| Hex | 72 | 18 | C7 | 2B | 58 | 0 | 16 | 10F | 4E | 2C |
| Octal | 162 | 30 | 307 | 53 | 130 | 0 | 26 | 417 | 116 | 54 |
| Binary | 1110010 | 11000 | 11000111 | 101011 | 1011000 | 0 | 10110 | 100001111 | 1001110 | 101100 |
Color Harmonies of #7218C7
Complementary color
Monochromatic Colors of #7218C7
Black with #7218C7
Text Example
Text Example
White with #7218C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7218C7; }
p { color: rgb(114,24,199); }
H1.HeaderClassName
{
color: #7218C7;
}
.AnyTagClassName
{
color: #7218C7;
}
</style>
background-color css
<style>
a { background-color: #7218C7; }
a { background-color: rgb(114,24,199); }
div.DivClassName
{
background-color: #7218C7;
}
.BgClassName
{
background-color: #7218C7;
}
</style>
border-color css
<style>
span { border-color: #7218C7; }
span { border-color: rgb(114,24,199); }
td.TdClassName
{
border-color: #7218C7;
}
.TagClassName
{
border-color: #7218C7;
}
</style>