Shades of Dark Violet #7B0BCC
Tints of Dark Violet #7B0BCC
RGB
CMYK
RGB Variations
Color information
#7B0BCC (or 0x7B0BCC) is known color: Dark Violet. HEX triplet: 7B, 0B and CC. RGB value is (123,11,204). Sum of RGB (Red+Green+Blue) = 123+11+204=338 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.39% from 338); Green value is 11 (4.69% from 255 or 3.25% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B0BCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0BCC is #84F433. Grayscale: #414141. Windows color (decimal): -8713268 or 13372283. OLE color: 13372283.
HSL color Cylindrical-coordinate representation of color #7B0BCC: hue angle of 274.82º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B0BCC is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 11 | 204 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.2 |
| HSL | 274.82º | 0.9% | 0.42% | - |
| HSV(B) | 274.82º | 0.95% | 0.8% | - |
| XYZ | 19.19 | 8.81 | 57.82 | - |
| YUV | 66.49 | 205.61 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 11 | 204 | 0.40 | 0.95 | 0 | 0.2 | 274.82 | 0.9 | 0.42 |
| Hex | 7B | B | CC | 28 | 5F | 0 | 14 | 113 | 5A | 2A |
| Octal | 173 | 13 | 314 | 50 | 137 | 0 | 24 | 423 | 132 | 52 |
| Binary | 1111011 | 1011 | 11001100 | 101000 | 1011111 | 0 | 10100 | 100010011 | 1011010 | 101010 |
Color Harmonies of #7B0BCC
Complementary color
Monochromatic Colors of #7B0BCC
Black with #7B0BCC
Text Example
Text Example
White with #7B0BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0BCC; }
p { color: rgb(123,11,204); }
H1.HeaderClassName
{
color: #7B0BCC;
}
.AnyTagClassName
{
color: #7B0BCC;
}
</style>
background-color css
<style>
a { background-color: #7B0BCC; }
a { background-color: rgb(123,11,204); }
div.DivClassName
{
background-color: #7B0BCC;
}
.BgClassName
{
background-color: #7B0BCC;
}
</style>
border-color css
<style>
span { border-color: #7B0BCC; }
span { border-color: rgb(123,11,204); }
td.TdClassName
{
border-color: #7B0BCC;
}
.TagClassName
{
border-color: #7B0BCC;
}
</style>