Shades of Dark Violet #7B0CAE
Tints of Dark Violet #7B0CAE
RGB
CMYK
RGB Variations
Color information
#7B0CAE (or 0x7B0CAE) is known color: Dark Violet. HEX triplet: 7B, 0C and AE. RGB value is (123,12,174). Sum of RGB (Red+Green+Blue) = 123+12+174=309 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.81% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B0CAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0CAE is #84F351. Grayscale: #3F3F3F. Windows color (decimal): -8713042 or 11406459. OLE color: 11406459.
HSL color Cylindrical-coordinate representation of color #7B0CAE: hue angle of 281.11º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B0CAE is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 12 | 174 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.32 |
| HSL | 281.11º | 0.87% | 0.36% | - |
| HSV(B) | 281.11º | 0.93% | 0.68% | - |
| XYZ | 15.94 | 7.53 | 40.66 | - |
| YUV | 63.66 | 190.27 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 12 | 174 | 0.29 | 0.93 | 0 | 0.32 | 281.11 | 0.87 | 0.36 |
| Hex | 7B | C | AE | 1D | 5D | 0 | 20 | 119 | 57 | 24 |
| Octal | 173 | 14 | 256 | 35 | 135 | 0 | 40 | 431 | 127 | 44 |
| Binary | 1111011 | 1100 | 10101110 | 11101 | 1011101 | 0 | 100000 | 100011001 | 1010111 | 100100 |
Color Harmonies of #7B0CAE
Complementary color
Monochromatic Colors of #7B0CAE
Black with #7B0CAE
Text Example
Text Example
White with #7B0CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0CAE; }
p { color: rgb(123,12,174); }
H1.HeaderClassName
{
color: #7B0CAE;
}
.AnyTagClassName
{
color: #7B0CAE;
}
</style>
background-color css
<style>
a { background-color: #7B0CAE; }
a { background-color: rgb(123,12,174); }
div.DivClassName
{
background-color: #7B0CAE;
}
.BgClassName
{
background-color: #7B0CAE;
}
</style>
border-color css
<style>
span { border-color: #7B0CAE; }
span { border-color: rgb(123,12,174); }
td.TdClassName
{
border-color: #7B0CAE;
}
.TagClassName
{
border-color: #7B0CAE;
}
</style>