Shades of Dark Purple #7E0B68
Tints of Dark Purple #7E0B68
RGB
CMYK
RGB Variations
Color information
#7E0B68 (or 0x7E0B68) is known color: Dark Purple. HEX triplet: 7E, 0B and 68. RGB value is (126,11,104). Sum of RGB (Red+Green+Blue) = 126+11+104=241 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.28% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0B68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0B68 is #81F497. Grayscale: #373737. Windows color (decimal): -8516760 or 6818686. OLE color: 6818686.
HSL color Cylindrical-coordinate representation of color #7E0B68: hue angle of 311.48º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7E0B68 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 11 | 104 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.51 |
| HSL | 311.48º | 0.84% | 0.27% | - |
| HSV(B) | 311.48º | 0.91% | 0.49% | - |
| XYZ | 11.22 | 5.67 | 13.6 | - |
| YUV | 55.99 | 155.1 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 11 | 104 | 0 | 0.91 | 0.17 | 0.51 | 311.48 | 0.84 | 0.27 |
| Hex | 7E | B | 68 | 0 | 5B | 11 | 33 | 137 | 54 | 1B |
| Octal | 176 | 13 | 150 | 0 | 133 | 21 | 63 | 467 | 124 | 33 |
| Binary | 1111110 | 1011 | 1101000 | 0 | 1011011 | 10001 | 110011 | 100110111 | 1010100 | 11011 |
Color Harmonies of #7E0B68
Complementary color
Monochromatic Colors of #7E0B68
Black with #7E0B68
Text Example
Text Example
White with #7E0B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0B68; }
p { color: rgb(126,11,104); }
H1.HeaderClassName
{
color: #7E0B68;
}
.AnyTagClassName
{
color: #7E0B68;
}
</style>
background-color css
<style>
a { background-color: #7E0B68; }
a { background-color: rgb(126,11,104); }
div.DivClassName
{
background-color: #7E0B68;
}
.BgClassName
{
background-color: #7E0B68;
}
</style>
border-color css
<style>
span { border-color: #7E0B68; }
span { border-color: rgb(126,11,104); }
td.TdClassName
{
border-color: #7E0B68;
}
.TagClassName
{
border-color: #7E0B68;
}
</style>