Shades of Purple Heart #7E33BD
Tints of Purple Heart #7E33BD
RGB
CMYK
RGB Variations
Color information
#7E33BD (or 0x7E33BD) is known color: Purple Heart. HEX triplet: 7E, 33 and BD. RGB value is (126,51,189). Sum of RGB (Red+Green+Blue) = 126+51+189=366 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.43% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E33BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E33BD is #81CC42. Grayscale: #585858. Windows color (decimal): -8506435 or 12399486. OLE color: 12399486.
HSL color Cylindrical-coordinate representation of color #7E33BD: hue angle of 272.61º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7E33BD is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 51 | 189 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.26 |
| HSL | 272.61º | 0.58% | 0.47% | - |
| HSV(B) | 272.61º | 0.73% | 0.74% | - |
| XYZ | 18.97 | 10.48 | 49.17 | - |
| YUV | 89.16 | 184.35 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 51 | 189 | 0.33 | 0.73 | 0 | 0.26 | 272.61 | 0.58 | 0.47 |
| Hex | 7E | 33 | BD | 21 | 49 | 0 | 1A | 111 | 3A | 2F |
| Octal | 176 | 63 | 275 | 41 | 111 | 0 | 32 | 421 | 72 | 57 |
| Binary | 1111110 | 110011 | 10111101 | 100001 | 1001001 | 0 | 11010 | 100010001 | 111010 | 101111 |
Color Harmonies of #7E33BD
Complementary color
Monochromatic Colors of #7E33BD
Black with #7E33BD
Text Example
Text Example
White with #7E33BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E33BD; }
p { color: rgb(126,51,189); }
H1.HeaderClassName
{
color: #7E33BD;
}
.AnyTagClassName
{
color: #7E33BD;
}
</style>
background-color css
<style>
a { background-color: #7E33BD; }
a { background-color: rgb(126,51,189); }
div.DivClassName
{
background-color: #7E33BD;
}
.BgClassName
{
background-color: #7E33BD;
}
</style>
border-color css
<style>
span { border-color: #7E33BD; }
span { border-color: rgb(126,51,189); }
td.TdClassName
{
border-color: #7E33BD;
}
.TagClassName
{
border-color: #7E33BD;
}
</style>