Shades of Dark Violet #7B0BD0
Tints of Dark Violet #7B0BD0
RGB
CMYK
RGB Variations
Color information
#7B0BD0 (or 0x7B0BD0) is known color: Dark Violet. HEX triplet: 7B, 0B and D0. RGB value is (123,11,208). Sum of RGB (Red+Green+Blue) = 123+11+208=342 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.96% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 208 (81.64% from 255 or 60.82% from 342); Max value from RGB is 208 - color contains mainly: blue. Hex color #7B0BD0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0BD0 is #84F42F. Grayscale: #424242. Windows color (decimal): -8713264 or 13634427. OLE color: 13634427.
HSL color Cylindrical-coordinate representation of color #7B0BD0: hue angle of 274.11º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B0BD0 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 123 | 11 | 208 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.18 |
| HSL | 274.11º | 0.9% | 0.43% | - |
| HSV(B) | 274.11º | 0.95% | 0.82% | - |
| XYZ | 19.67 | 9 | 60.38 | - |
| YUV | 66.95 | 207.61 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 11 | 208 | 0.41 | 0.95 | 0 | 0.18 | 274.11 | 0.9 | 0.43 |
| Hex | 7B | B | D0 | 29 | 5F | 0 | 12 | 112 | 5A | 2B |
| Octal | 173 | 13 | 320 | 51 | 137 | 0 | 22 | 422 | 132 | 53 |
| Binary | 1111011 | 1011 | 11010000 | 101001 | 1011111 | 0 | 10010 | 100010010 | 1011010 | 101011 |
Color Harmonies of #7B0BD0
Complementary color
Monochromatic Colors of #7B0BD0
Black with #7B0BD0
Text Example
Text Example
White with #7B0BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0BD0; }
p { color: rgb(123,11,208); }
H1.HeaderClassName
{
color: #7B0BD0;
}
.AnyTagClassName
{
color: #7B0BD0;
}
</style>
background-color css
<style>
a { background-color: #7B0BD0; }
a { background-color: rgb(123,11,208); }
div.DivClassName
{
background-color: #7B0BD0;
}
.BgClassName
{
background-color: #7B0BD0;
}
</style>
border-color css
<style>
span { border-color: #7B0BD0; }
span { border-color: rgb(123,11,208); }
td.TdClassName
{
border-color: #7B0BD0;
}
.TagClassName
{
border-color: #7B0BD0;
}
</style>