Shades of Dark Violet #7B0CBE
Tints of Dark Violet #7B0CBE
RGB
CMYK
RGB Variations
Color information
#7B0CBE (or 0x7B0CBE) is known color: Dark Violet. HEX triplet: 7B, 0C and BE. RGB value is (123,12,190). Sum of RGB (Red+Green+Blue) = 123+12+190=325 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.85% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B0CBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0CBE is #84F341. Grayscale: #404040. Windows color (decimal): -8713026 or 12455035. OLE color: 12455035.
HSL color Cylindrical-coordinate representation of color #7B0CBE: hue angle of 277.42º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0CBE is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 12 | 190 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.25 |
| HSL | 277.42º | 0.88% | 0.4% | - |
| HSV(B) | 277.42º | 0.94% | 0.75% | - |
| XYZ | 17.59 | 8.19 | 49.37 | - |
| YUV | 65.48 | 198.27 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 12 | 190 | 0.35 | 0.94 | 0 | 0.25 | 277.42 | 0.88 | 0.4 |
| Hex | 7B | C | BE | 23 | 5E | 0 | 19 | 115 | 58 | 28 |
| Octal | 173 | 14 | 276 | 43 | 136 | 0 | 31 | 425 | 130 | 50 |
| Binary | 1111011 | 1100 | 10111110 | 100011 | 1011110 | 0 | 11001 | 100010101 | 1011000 | 101000 |
Color Harmonies of #7B0CBE
Complementary color
Monochromatic Colors of #7B0CBE
Black with #7B0CBE
Text Example
Text Example
White with #7B0CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0CBE; }
p { color: rgb(123,12,190); }
H1.HeaderClassName
{
color: #7B0CBE;
}
.AnyTagClassName
{
color: #7B0CBE;
}
</style>
background-color css
<style>
a { background-color: #7B0CBE; }
a { background-color: rgb(123,12,190); }
div.DivClassName
{
background-color: #7B0CBE;
}
.BgClassName
{
background-color: #7B0CBE;
}
</style>
border-color css
<style>
span { border-color: #7B0CBE; }
span { border-color: rgb(123,12,190); }
td.TdClassName
{
border-color: #7B0CBE;
}
.TagClassName
{
border-color: #7B0CBE;
}
</style>