Shades of Purple Heart #7E33BF
Tints of Purple Heart #7E33BF
RGB
CMYK
RGB Variations
Color information
#7E33BF (or 0x7E33BF) is known color: Purple Heart. HEX triplet: 7E, 33 and BF. RGB value is (126,51,191). Sum of RGB (Red+Green+Blue) = 126+51+191=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 51 (20.31% from 255 or 13.86% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E33BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E33BF is #81CC40. Grayscale: #585858. Windows color (decimal): -8506433 or 12530558. OLE color: 12530558.
HSL color Cylindrical-coordinate representation of color #7E33BF: hue angle of 272.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7E33BF is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 51 | 191 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.25 |
| HSL | 272.14º | 0.58% | 0.47% | - |
| HSV(B) | 272.14º | 0.73% | 0.75% | - |
| XYZ | 19.19 | 10.56 | 50.32 | - |
| YUV | 89.39 | 185.35 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 51 | 191 | 0.34 | 0.73 | 0 | 0.25 | 272.14 | 0.58 | 0.47 |
| Hex | 7E | 33 | BF | 22 | 49 | 0 | 19 | 110 | 3A | 2F |
| Octal | 176 | 63 | 277 | 42 | 111 | 0 | 31 | 420 | 72 | 57 |
| Binary | 1111110 | 110011 | 10111111 | 100010 | 1001001 | 0 | 11001 | 100010000 | 111010 | 101111 |
Color Harmonies of #7E33BF
Complementary color
Monochromatic Colors of #7E33BF
Black with #7E33BF
Text Example
Text Example
White with #7E33BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E33BF; }
p { color: rgb(126,51,191); }
H1.HeaderClassName
{
color: #7E33BF;
}
.AnyTagClassName
{
color: #7E33BF;
}
</style>
background-color css
<style>
a { background-color: #7E33BF; }
a { background-color: rgb(126,51,191); }
div.DivClassName
{
background-color: #7E33BF;
}
.BgClassName
{
background-color: #7E33BF;
}
</style>
border-color css
<style>
span { border-color: #7E33BF; }
span { border-color: rgb(126,51,191); }
td.TdClassName
{
border-color: #7E33BF;
}
.TagClassName
{
border-color: #7E33BF;
}
</style>