Shades of Dark Violet #7B0DDD
Tints of Dark Violet #7B0DDD
RGB
CMYK
RGB Variations
Color information
#7B0DDD (or 0x7B0DDD) is known color: Dark Violet. HEX triplet: 7B, 0D and DD. RGB value is (123,13,221). Sum of RGB (Red+Green+Blue) = 123+13+221=357 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.45% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B0DDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0DDD is #84F222. Grayscale: #444444. Windows color (decimal): -8712739 or 14486907. OLE color: 14486907.
HSL color Cylindrical-coordinate representation of color #7B0DDD: hue angle of 271.73º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0DDD is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 13 | 221 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.13 |
| HSL | 271.73º | 0.89% | 0.46% | - |
| HSV(B) | 271.73º | 0.94% | 0.87% | - |
| XYZ | 21.36 | 9.72 | 69.16 | - |
| YUV | 69.6 | 213.44 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 13 | 221 | 0.44 | 0.94 | 0 | 0.13 | 271.73 | 0.89 | 0.46 |
| Hex | 7B | D | DD | 2C | 5E | 0 | D | 110 | 59 | 2E |
| Octal | 173 | 15 | 335 | 54 | 136 | 0 | 15 | 420 | 131 | 56 |
| Binary | 1111011 | 1101 | 11011101 | 101100 | 1011110 | 0 | 1101 | 100010000 | 1011001 | 101110 |
Color Harmonies of #7B0DDD
Complementary color
Monochromatic Colors of #7B0DDD
Black with #7B0DDD
Text Example
Text Example
White with #7B0DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0DDD; }
p { color: rgb(123,13,221); }
H1.HeaderClassName
{
color: #7B0DDD;
}
.AnyTagClassName
{
color: #7B0DDD;
}
</style>
background-color css
<style>
a { background-color: #7B0DDD; }
a { background-color: rgb(123,13,221); }
div.DivClassName
{
background-color: #7B0DDD;
}
.BgClassName
{
background-color: #7B0DDD;
}
</style>
border-color css
<style>
span { border-color: #7B0DDD; }
span { border-color: rgb(123,13,221); }
td.TdClassName
{
border-color: #7B0DDD;
}
.TagClassName
{
border-color: #7B0DDD;
}
</style>