Shades of Dark Violet #7B0EAF
Tints of Dark Violet #7B0EAF
RGB
CMYK
RGB Variations
Color information
#7B0EAF (or 0x7B0EAF) is known color: Dark Violet. HEX triplet: 7B, 0E and AF. RGB value is (123,14,175). Sum of RGB (Red+Green+Blue) = 123+14+175=312 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.42% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B0EAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0EAF is #84F150. Grayscale: #404040. Windows color (decimal): -8712529 or 11472507. OLE color: 11472507.
HSL color Cylindrical-coordinate representation of color #7B0EAF: hue angle of 280.62º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7B0EAF is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 14 | 175 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.31 |
| HSL | 280.62º | 0.85% | 0.37% | - |
| HSV(B) | 280.62º | 0.92% | 0.69% | - |
| XYZ | 16.06 | 7.62 | 41.18 | - |
| YUV | 64.95 | 190.11 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 14 | 175 | 0.30 | 0.92 | 0 | 0.31 | 280.62 | 0.85 | 0.37 |
| Hex | 7B | E | AF | 1E | 5C | 0 | 1F | 119 | 55 | 25 |
| Octal | 173 | 16 | 257 | 36 | 134 | 0 | 37 | 431 | 125 | 45 |
| Binary | 1111011 | 1110 | 10101111 | 11110 | 1011100 | 0 | 11111 | 100011001 | 1010101 | 100101 |
Color Harmonies of #7B0EAF
Complementary color
Monochromatic Colors of #7B0EAF
Black with #7B0EAF
Text Example
Text Example
White with #7B0EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0EAF; }
p { color: rgb(123,14,175); }
H1.HeaderClassName
{
color: #7B0EAF;
}
.AnyTagClassName
{
color: #7B0EAF;
}
</style>
background-color css
<style>
a { background-color: #7B0EAF; }
a { background-color: rgb(123,14,175); }
div.DivClassName
{
background-color: #7B0EAF;
}
.BgClassName
{
background-color: #7B0EAF;
}
</style>
border-color css
<style>
span { border-color: #7B0EAF; }
span { border-color: rgb(123,14,175); }
td.TdClassName
{
border-color: #7B0EAF;
}
.TagClassName
{
border-color: #7B0EAF;
}
</style>