Shades of Dark Violet #7B0ABB
Tints of Dark Violet #7B0ABB
RGB
CMYK
RGB Variations
Color information
#7B0ABB (or 0x7B0ABB) is known color: Dark Violet. HEX triplet: 7B, 0A and BB. RGB value is (123,10,187). Sum of RGB (Red+Green+Blue) = 123+10+187=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #7B0ABB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0ABB is #84F544. Grayscale: #3F3F3F. Windows color (decimal): -8713541 or 12257915. OLE color: 12257915.
HSL color Cylindrical-coordinate representation of color #7B0ABB: hue angle of 278.31º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B0ABB is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 10 | 187 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.27 |
| HSL | 278.31º | 0.9% | 0.39% | - |
| HSV(B) | 278.31º | 0.95% | 0.73% | - |
| XYZ | 17.25 | 8.02 | 47.65 | - |
| YUV | 63.97 | 197.44 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 10 | 187 | 0.34 | 0.95 | 0 | 0.27 | 278.31 | 0.9 | 0.39 |
| Hex | 7B | A | BB | 22 | 5F | 0 | 1B | 116 | 5A | 27 |
| Octal | 173 | 12 | 273 | 42 | 137 | 0 | 33 | 426 | 132 | 47 |
| Binary | 1111011 | 1010 | 10111011 | 100010 | 1011111 | 0 | 11011 | 100010110 | 1011010 | 100111 |
Color Harmonies of #7B0ABB
Complementary color
Monochromatic Colors of #7B0ABB
Black with #7B0ABB
Text Example
Text Example
White with #7B0ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0ABB; }
p { color: rgb(123,10,187); }
H1.HeaderClassName
{
color: #7B0ABB;
}
.AnyTagClassName
{
color: #7B0ABB;
}
</style>
background-color css
<style>
a { background-color: #7B0ABB; }
a { background-color: rgb(123,10,187); }
div.DivClassName
{
background-color: #7B0ABB;
}
.BgClassName
{
background-color: #7B0ABB;
}
</style>
border-color css
<style>
span { border-color: #7B0ABB; }
span { border-color: rgb(123,10,187); }
td.TdClassName
{
border-color: #7B0ABB;
}
.TagClassName
{
border-color: #7B0ABB;
}
</style>