Shades of Dark Purple #7B0E6C
Tints of Dark Purple #7B0E6C
RGB
CMYK
RGB Variations
Color information
#7B0E6C (or 0x7B0E6C) is known color: Dark Purple. HEX triplet: 7B, 0E and 6C. RGB value is (123,14,108). Sum of RGB (Red+Green+Blue) = 123+14+108=245 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.20% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0E6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0E6C is #84F193. Grayscale: #393939. Windows color (decimal): -8712596 or 7081595. OLE color: 7081595.
HSL color Cylindrical-coordinate representation of color #7B0E6C: hue angle of 308.26º 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 #7B0E6C is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 14 | 108 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.52 |
| HSL | 308.26º | 0.8% | 0.27% | - |
| HSV(B) | 308.26º | 0.89% | 0.48% | - |
| XYZ | 11.03 | 5.61 | 14.69 | - |
| YUV | 57.31 | 156.61 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 14 | 108 | 0 | 0.89 | 0.12 | 0.52 | 308.26 | 0.8 | 0.27 |
| Hex | 7B | E | 6C | 0 | 59 | C | 34 | 134 | 50 | 1B |
| Octal | 173 | 16 | 154 | 0 | 131 | 14 | 64 | 464 | 120 | 33 |
| Binary | 1111011 | 1110 | 1101100 | 0 | 1011001 | 1100 | 110100 | 100110100 | 1010000 | 11011 |
Color Harmonies of #7B0E6C
Complementary color
Monochromatic Colors of #7B0E6C
Black with #7B0E6C
Text Example
Text Example
White with #7B0E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0E6C; }
p { color: rgb(123,14,108); }
H1.HeaderClassName
{
color: #7B0E6C;
}
.AnyTagClassName
{
color: #7B0E6C;
}
</style>
background-color css
<style>
a { background-color: #7B0E6C; }
a { background-color: rgb(123,14,108); }
div.DivClassName
{
background-color: #7B0E6C;
}
.BgClassName
{
background-color: #7B0E6C;
}
</style>
border-color css
<style>
span { border-color: #7B0E6C; }
span { border-color: rgb(123,14,108); }
td.TdClassName
{
border-color: #7B0E6C;
}
.TagClassName
{
border-color: #7B0E6C;
}
</style>