Shades of Purple Heart #7218BD
Tints of Purple Heart #7218BD
RGB
CMYK
RGB Variations
Color information
#7218BD (or 0x7218BD) is known color: Purple Heart. HEX triplet: 72, 18 and BD. RGB value is (114,24,189). Sum of RGB (Red+Green+Blue) = 114+24+189=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #7218BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7218BD is #8DE742. Grayscale: #454545. Windows color (decimal): -9299779 or 12392562. OLE color: 12392562.
HSL color Cylindrical-coordinate representation of color #7218BD: hue angle of 272.73º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7218BD is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 24 | 189 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.26 |
| HSL | 272.73º | 0.77% | 0.42% | - |
| HSV(B) | 272.73º | 0.87% | 0.74% | - |
| XYZ | 16.45 | 7.9 | 48.8 | - |
| YUV | 69.72 | 195.32 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 24 | 189 | 0.40 | 0.87 | 0 | 0.26 | 272.73 | 0.77 | 0.42 |
| Hex | 72 | 18 | BD | 28 | 57 | 0 | 1A | 111 | 4D | 2A |
| Octal | 162 | 30 | 275 | 50 | 127 | 0 | 32 | 421 | 115 | 52 |
| Binary | 1110010 | 11000 | 10111101 | 101000 | 1010111 | 0 | 11010 | 100010001 | 1001101 | 101010 |
Color Harmonies of #7218BD
Complementary color
Monochromatic Colors of #7218BD
Black with #7218BD
Text Example
Text Example
White with #7218BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7218BD; }
p { color: rgb(114,24,189); }
H1.HeaderClassName
{
color: #7218BD;
}
.AnyTagClassName
{
color: #7218BD;
}
</style>
background-color css
<style>
a { background-color: #7218BD; }
a { background-color: rgb(114,24,189); }
div.DivClassName
{
background-color: #7218BD;
}
.BgClassName
{
background-color: #7218BD;
}
</style>
border-color css
<style>
span { border-color: #7218BD; }
span { border-color: rgb(114,24,189); }
td.TdClassName
{
border-color: #7218BD;
}
.TagClassName
{
border-color: #7218BD;
}
</style>