Shades of Purple #7E036B
Tints of Purple #7E036B
RGB
CMYK
RGB Variations
Color information
#7E036B (or 0x7E036B) is known color: Purple. HEX triplet: 7E, 03 and 6B. RGB value is (126,3,107). Sum of RGB (Red+Green+Blue) = 126+3+107=236 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.39% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 126 - color contains mainly: red. Hex color #7E036B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E036B is #81FC94. Grayscale: #333333. Windows color (decimal): -8518805 or 7013246. OLE color: 7013246.
HSL color Cylindrical-coordinate representation of color #7E036B: hue angle of 309.27º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E036B is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 3 | 107 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.51 |
| HSL | 309.27º | 0.95% | 0.25% | - |
| HSV(B) | 309.27º | 0.98% | 0.49% | - |
| XYZ | 11.29 | 5.56 | 14.39 | - |
| YUV | 51.63 | 159.25 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 3 | 107 | 0 | 0.98 | 0.15 | 0.51 | 309.27 | 0.95 | 0.25 |
| Hex | 7E | 3 | 6B | 0 | 62 | F | 33 | 135 | 5F | 19 |
| Octal | 176 | 3 | 153 | 0 | 142 | 17 | 63 | 465 | 137 | 31 |
| Binary | 1111110 | 11 | 1101011 | 0 | 1100010 | 1111 | 110011 | 100110101 | 1011111 | 11001 |
Color Harmonies of #7E036B
Complementary color
Monochromatic Colors of #7E036B
Black with #7E036B
Text Example
Text Example
White with #7E036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E036B; }
p { color: rgb(126,3,107); }
H1.HeaderClassName
{
color: #7E036B;
}
.AnyTagClassName
{
color: #7E036B;
}
</style>
background-color css
<style>
a { background-color: #7E036B; }
a { background-color: rgb(126,3,107); }
div.DivClassName
{
background-color: #7E036B;
}
.BgClassName
{
background-color: #7E036B;
}
</style>
border-color css
<style>
span { border-color: #7E036B; }
span { border-color: rgb(126,3,107); }
td.TdClassName
{
border-color: #7E036B;
}
.TagClassName
{
border-color: #7E036B;
}
</style>