Shades of Dark Violet #7B0ADE
Tints of Dark Violet #7B0ADE
RGB
CMYK
RGB Variations
Color information
#7B0ADE (or 0x7B0ADE) is known color: Dark Violet. HEX triplet: 7B, 0A and DE. RGB value is (123,10,222). Sum of RGB (Red+Green+Blue) = 123+10+222=355 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.65% from 355); Green value is 10 (4.30% from 255 or 2.82% from 355); Blue value is 222 (87.11% from 255 or 62.54% from 355); Max value from RGB is 222 - color contains mainly: blue. Hex color #7B0ADE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0ADE is #84F521. Grayscale: #434343. Windows color (decimal): -8713506 or 14551675. OLE color: 14551675.
HSL color Cylindrical-coordinate representation of color #7B0ADE: hue angle of 271.98º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B0ADE is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 10 | 222 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.13 |
| HSL | 271.98º | 0.91% | 0.45% | - |
| HSV(B) | 271.98º | 0.95% | 0.87% | - |
| XYZ | 21.46 | 9.7 | 69.85 | - |
| YUV | 67.96 | 214.94 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 10 | 222 | 0.45 | 0.95 | 0 | 0.13 | 271.98 | 0.91 | 0.45 |
| Hex | 7B | A | DE | 2D | 5F | 0 | D | 110 | 5B | 2D |
| Octal | 173 | 12 | 336 | 55 | 137 | 0 | 15 | 420 | 133 | 55 |
| Binary | 1111011 | 1010 | 11011110 | 101101 | 1011111 | 0 | 1101 | 100010000 | 1011011 | 101101 |
Color Harmonies of #7B0ADE
Complementary color
Monochromatic Colors of #7B0ADE
Black with #7B0ADE
Text Example
Text Example
White with #7B0ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0ADE; }
p { color: rgb(123,10,222); }
H1.HeaderClassName
{
color: #7B0ADE;
}
.AnyTagClassName
{
color: #7B0ADE;
}
</style>
background-color css
<style>
a { background-color: #7B0ADE; }
a { background-color: rgb(123,10,222); }
div.DivClassName
{
background-color: #7B0ADE;
}
.BgClassName
{
background-color: #7B0ADE;
}
</style>
border-color css
<style>
span { border-color: #7B0ADE; }
span { border-color: rgb(123,10,222); }
td.TdClassName
{
border-color: #7B0ADE;
}
.TagClassName
{
border-color: #7B0ADE;
}
</style>