Shades of Purple Heart #7E1BB5
Tints of Purple Heart #7E1BB5
RGB
CMYK
RGB Variations
Color information
#7E1BB5 (or 0x7E1BB5) is known color: Purple Heart. HEX triplet: 7E, 1B and B5. RGB value is (126,27,181). Sum of RGB (Red+Green+Blue) = 126+27+181=334 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.72% from 334); Green value is 27 (10.94% from 255 or 8.08% from 334); Blue value is 181 (71.09% from 255 or 54.19% from 334); Max value from RGB is 181 - color contains mainly: blue. Hex color #7E1BB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E1BB5 is #81E44A. Grayscale: #494949. Windows color (decimal): -8512587 or 11869054. OLE color: 11869054.
HSL color Cylindrical-coordinate representation of color #7E1BB5: hue angle of 278.57º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7E1BB5 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 126 | 27 | 181 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.29 |
| HSL | 278.57º | 0.74% | 0.41% | - |
| HSV(B) | 278.57º | 0.85% | 0.71% | - |
| XYZ | 17.34 | 8.56 | 44.45 | - |
| YUV | 74.16 | 188.3 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 27 | 181 | 0.30 | 0.85 | 0 | 0.29 | 278.57 | 0.74 | 0.41 |
| Hex | 7E | 1B | B5 | 1E | 55 | 0 | 1D | 117 | 4A | 29 |
| Octal | 176 | 33 | 265 | 36 | 125 | 0 | 35 | 427 | 112 | 51 |
| Binary | 1111110 | 11011 | 10110101 | 11110 | 1010101 | 0 | 11101 | 100010111 | 1001010 | 101001 |
Color Harmonies of #7E1BB5
Complementary color
Monochromatic Colors of #7E1BB5
Black with #7E1BB5
Text Example
Text Example
White with #7E1BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1BB5; }
p { color: rgb(126,27,181); }
H1.HeaderClassName
{
color: #7E1BB5;
}
.AnyTagClassName
{
color: #7E1BB5;
}
</style>
background-color css
<style>
a { background-color: #7E1BB5; }
a { background-color: rgb(126,27,181); }
div.DivClassName
{
background-color: #7E1BB5;
}
.BgClassName
{
background-color: #7E1BB5;
}
</style>
border-color css
<style>
span { border-color: #7E1BB5; }
span { border-color: rgb(126,27,181); }
td.TdClassName
{
border-color: #7E1BB5;
}
.TagClassName
{
border-color: #7E1BB5;
}
</style>