Shades of Purple Heart #7239C0
Tints of Purple Heart #7239C0
RGB
CMYK
RGB Variations
Color information
#7239C0 (or 0x7239C0) is known color: Purple Heart. HEX triplet: 72, 39 and C0. RGB value is (114,57,192). Sum of RGB (Red+Green+Blue) = 114+57+192=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 192 (75.39% from 255 or 52.89% from 363); Max value from RGB is 192 - color contains mainly: blue. Hex color #7239C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7239C0 is #8DC63F. Grayscale: #585858. Windows color (decimal): -9291328 or 12597618. OLE color: 12597618.
HSL color Cylindrical-coordinate representation of color #7239C0: hue angle of 265.33º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7239C0 is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 57 | 192 | - |
| CMYK | 0.41 | 0.70 | 0 | 0.25 |
| HSL | 265.33º | 0.54% | 0.49% | - |
| HSV(B) | 265.33º | 0.7% | 0.75% | - |
| XYZ | 17.92 | 10.31 | 50.91 | - |
| YUV | 89.43 | 185.88 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 57 | 192 | 0.41 | 0.70 | 0 | 0.25 | 265.33 | 0.54 | 0.49 |
| Hex | 72 | 39 | C0 | 29 | 46 | 0 | 19 | 109 | 36 | 31 |
| Octal | 162 | 71 | 300 | 51 | 106 | 0 | 31 | 411 | 66 | 61 |
| Binary | 1110010 | 111001 | 11000000 | 101001 | 1000110 | 0 | 11001 | 100001001 | 110110 | 110001 |
Color Harmonies of #7239C0
Complementary color
Monochromatic Colors of #7239C0
Black with #7239C0
Text Example
Text Example
White with #7239C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7239C0; }
p { color: rgb(114,57,192); }
H1.HeaderClassName
{
color: #7239C0;
}
.AnyTagClassName
{
color: #7239C0;
}
</style>
background-color css
<style>
a { background-color: #7239C0; }
a { background-color: rgb(114,57,192); }
div.DivClassName
{
background-color: #7239C0;
}
.BgClassName
{
background-color: #7239C0;
}
</style>
border-color css
<style>
span { border-color: #7239C0; }
span { border-color: rgb(114,57,192); }
td.TdClassName
{
border-color: #7239C0;
}
.TagClassName
{
border-color: #7239C0;
}
</style>