Shades of Dark Violet #7B0CBC
Tints of Dark Violet #7B0CBC
RGB
CMYK
RGB Variations
Color information
#7B0CBC (or 0x7B0CBC) is known color: Dark Violet. HEX triplet: 7B, 0C and BC. RGB value is (123,12,188). Sum of RGB (Red+Green+Blue) = 123+12+188=323 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.08% from 323); Green value is 12 (5.08% from 255 or 3.72% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B0CBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0CBC is #84F343. Grayscale: #404040. Windows color (decimal): -8713028 or 12323963. OLE color: 12323963.
HSL color Cylindrical-coordinate representation of color #7B0CBC: hue angle of 277.84º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0CBC is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 12 | 188 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.26 |
| HSL | 277.84º | 0.88% | 0.39% | - |
| HSV(B) | 277.84º | 0.94% | 0.74% | - |
| XYZ | 17.38 | 8.1 | 48.23 | - |
| YUV | 65.25 | 197.27 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 12 | 188 | 0.35 | 0.94 | 0 | 0.26 | 277.84 | 0.88 | 0.39 |
| Hex | 7B | C | BC | 23 | 5E | 0 | 1A | 116 | 58 | 27 |
| Octal | 173 | 14 | 274 | 43 | 136 | 0 | 32 | 426 | 130 | 47 |
| Binary | 1111011 | 1100 | 10111100 | 100011 | 1011110 | 0 | 11010 | 100010110 | 1011000 | 100111 |
Color Harmonies of #7B0CBC
Complementary color
Monochromatic Colors of #7B0CBC
Black with #7B0CBC
Text Example
Text Example
White with #7B0CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0CBC; }
p { color: rgb(123,12,188); }
H1.HeaderClassName
{
color: #7B0CBC;
}
.AnyTagClassName
{
color: #7B0CBC;
}
</style>
background-color css
<style>
a { background-color: #7B0CBC; }
a { background-color: rgb(123,12,188); }
div.DivClassName
{
background-color: #7B0CBC;
}
.BgClassName
{
background-color: #7B0CBC;
}
</style>
border-color css
<style>
span { border-color: #7B0CBC; }
span { border-color: rgb(123,12,188); }
td.TdClassName
{
border-color: #7B0CBC;
}
.TagClassName
{
border-color: #7B0CBC;
}
</style>