Shades of Dark Violet #7B0AB9
Tints of Dark Violet #7B0AB9
RGB
CMYK
RGB Variations
Color information
#7B0AB9 (or 0x7B0AB9) is known color: Dark Violet. HEX triplet: 7B, 0A and B9. RGB value is (123,10,185). Sum of RGB (Red+Green+Blue) = 123+10+185=318 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.68% from 318); Green value is 10 (4.30% from 255 or 3.14% from 318); Blue value is 185 (72.66% from 255 or 58.18% from 318); Max value from RGB is 185 - color contains mainly: blue. Hex color #7B0AB9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0AB9 is #84F546. Grayscale: #3F3F3F. Windows color (decimal): -8713543 or 12126843. OLE color: 12126843.
HSL color Cylindrical-coordinate representation of color #7B0AB9: hue angle of 278.74º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B0AB9 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 10 | 185 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.27 |
| HSL | 278.74º | 0.9% | 0.38% | - |
| HSV(B) | 278.74º | 0.95% | 0.73% | - |
| XYZ | 17.03 | 7.93 | 46.53 | - |
| YUV | 63.74 | 196.44 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 10 | 185 | 0.34 | 0.95 | 0 | 0.27 | 278.74 | 0.9 | 0.38 |
| Hex | 7B | A | B9 | 22 | 5F | 0 | 1B | 117 | 5A | 26 |
| Octal | 173 | 12 | 271 | 42 | 137 | 0 | 33 | 427 | 132 | 46 |
| Binary | 1111011 | 1010 | 10111001 | 100010 | 1011111 | 0 | 11011 | 100010111 | 1011010 | 100110 |
Color Harmonies of #7B0AB9
Complementary color
Monochromatic Colors of #7B0AB9
Black with #7B0AB9
Text Example
Text Example
White with #7B0AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0AB9; }
p { color: rgb(123,10,185); }
H1.HeaderClassName
{
color: #7B0AB9;
}
.AnyTagClassName
{
color: #7B0AB9;
}
</style>
background-color css
<style>
a { background-color: #7B0AB9; }
a { background-color: rgb(123,10,185); }
div.DivClassName
{
background-color: #7B0AB9;
}
.BgClassName
{
background-color: #7B0AB9;
}
</style>
border-color css
<style>
span { border-color: #7B0AB9; }
span { border-color: rgb(123,10,185); }
td.TdClassName
{
border-color: #7B0AB9;
}
.TagClassName
{
border-color: #7B0AB9;
}
</style>