Shades of Dark Purple #7B0E5F
Tints of Dark Purple #7B0E5F
RGB
CMYK
RGB Variations
Color information
#7B0E5F (or 0x7B0E5F) is known color: Dark Purple. HEX triplet: 7B, 0E and 5F. RGB value is (123,14,95). Sum of RGB (Red+Green+Blue) = 123+14+95=232 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.02% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0E5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0E5F is #84F1A0. Grayscale: #373737. Windows color (decimal): -8712609 or 6229627. OLE color: 6229627.
HSL color Cylindrical-coordinate representation of color #7B0E5F: hue angle of 315.41º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B0E5F is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 14 | 95 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.52 |
| HSL | 315.41º | 0.8% | 0.27% | - |
| HSV(B) | 315.41º | 0.89% | 0.48% | - |
| XYZ | 10.39 | 5.35 | 11.31 | - |
| YUV | 55.83 | 150.11 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 14 | 95 | 0 | 0.89 | 0.23 | 0.52 | 315.41 | 0.8 | 0.27 |
| Hex | 7B | E | 5F | 0 | 59 | 17 | 34 | 13B | 50 | 1B |
| Octal | 173 | 16 | 137 | 0 | 131 | 27 | 64 | 473 | 120 | 33 |
| Binary | 1111011 | 1110 | 1011111 | 0 | 1011001 | 10111 | 110100 | 100111011 | 1010000 | 11011 |
Color Harmonies of #7B0E5F
Complementary color
Monochromatic Colors of #7B0E5F
Black with #7B0E5F
Text Example
Text Example
White with #7B0E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0E5F; }
p { color: rgb(123,14,95); }
H1.HeaderClassName
{
color: #7B0E5F;
}
.AnyTagClassName
{
color: #7B0E5F;
}
</style>
background-color css
<style>
a { background-color: #7B0E5F; }
a { background-color: rgb(123,14,95); }
div.DivClassName
{
background-color: #7B0E5F;
}
.BgClassName
{
background-color: #7B0E5F;
}
</style>
border-color css
<style>
span { border-color: #7B0E5F; }
span { border-color: rgb(123,14,95); }
td.TdClassName
{
border-color: #7B0E5F;
}
.TagClassName
{
border-color: #7B0E5F;
}
</style>