Shades of Dark Violet #7B0DDA
Tints of Dark Violet #7B0DDA
RGB
CMYK
RGB Variations
Color information
#7B0DDA (or 0x7B0DDA) is known color: Dark Violet. HEX triplet: 7B, 0D and DA. RGB value is (123,13,218). Sum of RGB (Red+Green+Blue) = 123+13+218=354 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.75% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 218 (85.55% from 255 or 61.58% from 354); Max value from RGB is 218 - color contains mainly: blue. Hex color #7B0DDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0DDA is #84F225. Grayscale: #444444. Windows color (decimal): -8712742 or 14290299. OLE color: 14290299.
HSL color Cylindrical-coordinate representation of color #7B0DDA: hue angle of 272.2º degrees, saturation: 0.89, 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 #7B0DDA is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 13 | 218 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.15 |
| HSL | 272.2º | 0.89% | 0.45% | - |
| HSV(B) | 272.2º | 0.94% | 0.85% | - |
| XYZ | 20.97 | 9.56 | 67.07 | - |
| YUV | 69.26 | 211.94 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 13 | 218 | 0.44 | 0.94 | 0 | 0.15 | 272.2 | 0.89 | 0.45 |
| Hex | 7B | D | DA | 2C | 5E | 0 | F | 110 | 59 | 2D |
| Octal | 173 | 15 | 332 | 54 | 136 | 0 | 17 | 420 | 131 | 55 |
| Binary | 1111011 | 1101 | 11011010 | 101100 | 1011110 | 0 | 1111 | 100010000 | 1011001 | 101101 |
Color Harmonies of #7B0DDA
Complementary color
Monochromatic Colors of #7B0DDA
Black with #7B0DDA
Text Example
Text Example
White with #7B0DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0DDA; }
p { color: rgb(123,13,218); }
H1.HeaderClassName
{
color: #7B0DDA;
}
.AnyTagClassName
{
color: #7B0DDA;
}
</style>
background-color css
<style>
a { background-color: #7B0DDA; }
a { background-color: rgb(123,13,218); }
div.DivClassName
{
background-color: #7B0DDA;
}
.BgClassName
{
background-color: #7B0DDA;
}
</style>
border-color css
<style>
span { border-color: #7B0DDA; }
span { border-color: rgb(123,13,218); }
td.TdClassName
{
border-color: #7B0DDA;
}
.TagClassName
{
border-color: #7B0DDA;
}
</style>