Shades of Dark Violet #7B0EDA
Tints of Dark Violet #7B0EDA
RGB
CMYK
RGB Variations
Color information
#7B0EDA (or 0x7B0EDA) is known color: Dark Violet. HEX triplet: 7B, 0E and DA. RGB value is (123,14,218). Sum of RGB (Red+Green+Blue) = 123+14+218=355 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.65% from 355); Green value is 14 (5.86% from 255 or 3.94% from 355); Blue value is 218 (85.55% from 255 or 61.41% from 355); Max value from RGB is 218 - color contains mainly: blue. Hex color #7B0EDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0EDA is #84F125. Grayscale: #454545. Windows color (decimal): -8712486 or 14290555. OLE color: 14290555.
HSL color Cylindrical-coordinate representation of color #7B0EDA: hue angle of 272.06º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0EDA is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 14 | 218 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.15 |
| HSL | 272.06º | 0.88% | 0.45% | - |
| HSV(B) | 272.06º | 0.94% | 0.85% | - |
| XYZ | 20.98 | 9.59 | 67.07 | - |
| YUV | 69.85 | 211.61 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 14 | 218 | 0.44 | 0.94 | 0 | 0.15 | 272.06 | 0.88 | 0.45 |
| Hex | 7B | E | DA | 2C | 5E | 0 | F | 110 | 58 | 2D |
| Octal | 173 | 16 | 332 | 54 | 136 | 0 | 17 | 420 | 130 | 55 |
| Binary | 1111011 | 1110 | 11011010 | 101100 | 1011110 | 0 | 1111 | 100010000 | 1011000 | 101101 |
Color Harmonies of #7B0EDA
Complementary color
Monochromatic Colors of #7B0EDA
Black with #7B0EDA
Text Example
Text Example
White with #7B0EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0EDA; }
p { color: rgb(123,14,218); }
H1.HeaderClassName
{
color: #7B0EDA;
}
.AnyTagClassName
{
color: #7B0EDA;
}
</style>
background-color css
<style>
a { background-color: #7B0EDA; }
a { background-color: rgb(123,14,218); }
div.DivClassName
{
background-color: #7B0EDA;
}
.BgClassName
{
background-color: #7B0EDA;
}
</style>
border-color css
<style>
span { border-color: #7B0EDA; }
span { border-color: rgb(123,14,218); }
td.TdClassName
{
border-color: #7B0EDA;
}
.TagClassName
{
border-color: #7B0EDA;
}
</style>