Shades of Dark Violet #7B0ACC
Tints of Dark Violet #7B0ACC
RGB
CMYK
RGB Variations
Color information
#7B0ACC (or 0x7B0ACC) is known color: Dark Violet. HEX triplet: 7B, 0A and CC. RGB value is (123,10,204). Sum of RGB (Red+Green+Blue) = 123+10+204=337 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.50% from 337); Green value is 10 (4.30% from 255 or 2.97% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B0ACC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0ACC is #84F533. Grayscale: #414141. Windows color (decimal): -8713524 or 13372027. OLE color: 13372027.
HSL color Cylindrical-coordinate representation of color #7B0ACC: hue angle of 274.95º 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 #7B0ACC is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 10 | 204 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.2 |
| HSL | 274.95º | 0.91% | 0.42% | - |
| HSV(B) | 274.95º | 0.95% | 0.8% | - |
| XYZ | 19.18 | 8.79 | 57.81 | - |
| YUV | 65.9 | 205.94 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 10 | 204 | 0.40 | 0.95 | 0 | 0.2 | 274.95 | 0.91 | 0.42 |
| Hex | 7B | A | CC | 28 | 5F | 0 | 14 | 113 | 5B | 2A |
| Octal | 173 | 12 | 314 | 50 | 137 | 0 | 24 | 423 | 133 | 52 |
| Binary | 1111011 | 1010 | 11001100 | 101000 | 1011111 | 0 | 10100 | 100010011 | 1011011 | 101010 |
Color Harmonies of #7B0ACC
Complementary color
Monochromatic Colors of #7B0ACC
Black with #7B0ACC
Text Example
Text Example
White with #7B0ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0ACC; }
p { color: rgb(123,10,204); }
H1.HeaderClassName
{
color: #7B0ACC;
}
.AnyTagClassName
{
color: #7B0ACC;
}
</style>
background-color css
<style>
a { background-color: #7B0ACC; }
a { background-color: rgb(123,10,204); }
div.DivClassName
{
background-color: #7B0ACC;
}
.BgClassName
{
background-color: #7B0ACC;
}
</style>
border-color css
<style>
span { border-color: #7B0ACC; }
span { border-color: rgb(123,10,204); }
td.TdClassName
{
border-color: #7B0ACC;
}
.TagClassName
{
border-color: #7B0ACC;
}
</style>