Shades of Purple Heart #7240CE
Tints of Purple Heart #7240CE
RGB
CMYK
RGB Variations
Color information
#7240CE (or 0x7240CE) is known color: Purple Heart. HEX triplet: 72, 40 and CE. RGB value is (114,64,206). Sum of RGB (Red+Green+Blue) = 114+64+206=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #7240CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7240CE is #8DBF31. Grayscale: #5E5E5E. Windows color (decimal): -9289522 or 13516914. OLE color: 13516914.
HSL color Cylindrical-coordinate representation of color #7240CE: hue angle of 261.13º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7240CE is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 64 | 206 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.19 |
| HSL | 261.13º | 0.59% | 0.53% | - |
| HSV(B) | 261.13º | 0.69% | 0.81% | - |
| XYZ | 19.91 | 11.7 | 59.6 | - |
| YUV | 95.14 | 190.57 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 64 | 206 | 0.45 | 0.69 | 0 | 0.19 | 261.13 | 0.59 | 0.53 |
| Hex | 72 | 40 | CE | 2D | 45 | 0 | 13 | 105 | 3B | 35 |
| Octal | 162 | 100 | 316 | 55 | 105 | 0 | 23 | 405 | 73 | 65 |
| Binary | 1110010 | 1000000 | 11001110 | 101101 | 1000101 | 0 | 10011 | 100000101 | 111011 | 110101 |
Color Harmonies of #7240CE
Complementary color
Monochromatic Colors of #7240CE
Black with #7240CE
Text Example
Text Example
White with #7240CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7240CE; }
p { color: rgb(114,64,206); }
H1.HeaderClassName
{
color: #7240CE;
}
.AnyTagClassName
{
color: #7240CE;
}
</style>
background-color css
<style>
a { background-color: #7240CE; }
a { background-color: rgb(114,64,206); }
div.DivClassName
{
background-color: #7240CE;
}
.BgClassName
{
background-color: #7240CE;
}
</style>
border-color css
<style>
span { border-color: #7240CE; }
span { border-color: rgb(114,64,206); }
td.TdClassName
{
border-color: #7240CE;
}
.TagClassName
{
border-color: #7240CE;
}
</style>