Shades of Dark Violet #7B05AE
Tints of Dark Violet #7B05AE
RGB
CMYK
RGB Variations
Color information
#7B05AE (or 0x7B05AE) is known color: Dark Violet. HEX triplet: 7B, 05 and AE. RGB value is (123,5,174). Sum of RGB (Red+Green+Blue) = 123+5+174=302 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.73% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B05AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B05AE is #84FA51. Grayscale: #3A3A3A. Windows color (decimal): -8714834 or 11404667. OLE color: 11404667.
HSL color Cylindrical-coordinate representation of color #7B05AE: hue angle of 281.89º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B05AE is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 5 | 174 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.32 |
| HSL | 281.89º | 0.94% | 0.35% | - |
| HSV(B) | 281.89º | 0.97% | 0.68% | - |
| XYZ | 15.86 | 7.38 | 40.63 | - |
| YUV | 59.55 | 192.59 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 5 | 174 | 0.29 | 0.97 | 0 | 0.32 | 281.89 | 0.94 | 0.35 |
| Hex | 7B | 5 | AE | 1D | 61 | 0 | 20 | 11A | 5E | 23 |
| Octal | 173 | 5 | 256 | 35 | 141 | 0 | 40 | 432 | 136 | 43 |
| Binary | 1111011 | 101 | 10101110 | 11101 | 1100001 | 0 | 100000 | 100011010 | 1011110 | 100011 |
Color Harmonies of #7B05AE
Complementary color
Monochromatic Colors of #7B05AE
Black with #7B05AE
Text Example
Text Example
White with #7B05AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B05AE; }
p { color: rgb(123,5,174); }
H1.HeaderClassName
{
color: #7B05AE;
}
.AnyTagClassName
{
color: #7B05AE;
}
</style>
background-color css
<style>
a { background-color: #7B05AE; }
a { background-color: rgb(123,5,174); }
div.DivClassName
{
background-color: #7B05AE;
}
.BgClassName
{
background-color: #7B05AE;
}
</style>
border-color css
<style>
span { border-color: #7B05AE; }
span { border-color: rgb(123,5,174); }
td.TdClassName
{
border-color: #7B05AE;
}
.TagClassName
{
border-color: #7B05AE;
}
</style>