Shades of Dark Violet #7B0ACB
Tints of Dark Violet #7B0ACB
RGB
CMYK
RGB Variations
Color information
#7B0ACB (or 0x7B0ACB) is known color: Dark Violet. HEX triplet: 7B, 0A and CB. RGB value is (123,10,203). Sum of RGB (Red+Green+Blue) = 123+10+203=336 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.61% from 336); Green value is 10 (4.30% from 255 or 2.98% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #7B0ACB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0ACB is #84F534. Grayscale: #414141. Windows color (decimal): -8713525 or 13306491. OLE color: 13306491.
HSL color Cylindrical-coordinate representation of color #7B0ACB: hue angle of 275.13º degrees, saturation: 0.91, 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 #7B0ACB is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 10 | 203 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.20 |
| HSL | 275.13º | 0.91% | 0.42% | - |
| HSV(B) | 275.13º | 0.95% | 0.8% | - |
| XYZ | 19.06 | 8.74 | 57.18 | - |
| YUV | 65.79 | 205.44 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 10 | 203 | 0.39 | 0.95 | 0 | 0.20 | 275.13 | 0.91 | 0.42 |
| Hex | 7B | A | CB | 27 | 5F | 0 | 14 | 113 | 5B | 2A |
| Octal | 173 | 12 | 313 | 47 | 137 | 0 | 24 | 423 | 133 | 52 |
| Binary | 1111011 | 1010 | 11001011 | 100111 | 1011111 | 0 | 10100 | 100010011 | 1011011 | 101010 |
Color Harmonies of #7B0ACB
Complementary color
Monochromatic Colors of #7B0ACB
Black with #7B0ACB
Text Example
Text Example
White with #7B0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0ACB; }
p { color: rgb(123,10,203); }
H1.HeaderClassName
{
color: #7B0ACB;
}
.AnyTagClassName
{
color: #7B0ACB;
}
</style>
background-color css
<style>
a { background-color: #7B0ACB; }
a { background-color: rgb(123,10,203); }
div.DivClassName
{
background-color: #7B0ACB;
}
.BgClassName
{
background-color: #7B0ACB;
}
</style>
border-color css
<style>
span { border-color: #7B0ACB; }
span { border-color: rgb(123,10,203); }
td.TdClassName
{
border-color: #7B0ACB;
}
.TagClassName
{
border-color: #7B0ACB;
}
</style>