Shades of Dark Violet #7A0BCE
Tints of Dark Violet #7A0BCE
RGB
CMYK
RGB Variations
Color information
#7A0BCE (or 0x7A0BCE) is known color: Dark Violet. HEX triplet: 7A, 0B and CE. RGB value is (122,11,206). Sum of RGB (Red+Green+Blue) = 122+11+206=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 11 (4.69% from 255 or 3.24% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A0BCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0BCE is #85F431. Grayscale: #414141. Windows color (decimal): -8778802 or 13503354. OLE color: 13503354.
HSL color Cylindrical-coordinate representation of color #7A0BCE: hue angle of 274.15º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A0BCE is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 11 | 206 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.19 |
| HSL | 274.15º | 0.9% | 0.43% | - |
| HSV(B) | 274.15º | 0.95% | 0.81% | - |
| XYZ | 19.29 | 8.83 | 59.08 | - |
| YUV | 66.42 | 206.77 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 11 | 206 | 0.41 | 0.95 | 0 | 0.19 | 274.15 | 0.9 | 0.43 |
| Hex | 7A | B | CE | 29 | 5F | 0 | 13 | 112 | 5A | 2B |
| Octal | 172 | 13 | 316 | 51 | 137 | 0 | 23 | 422 | 132 | 53 |
| Binary | 1111010 | 1011 | 11001110 | 101001 | 1011111 | 0 | 10011 | 100010010 | 1011010 | 101011 |
Color Harmonies of #7A0BCE
Complementary color
Monochromatic Colors of #7A0BCE
Black with #7A0BCE
Text Example
Text Example
White with #7A0BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0BCE; }
p { color: rgb(122,11,206); }
H1.HeaderClassName
{
color: #7A0BCE;
}
.AnyTagClassName
{
color: #7A0BCE;
}
</style>
background-color css
<style>
a { background-color: #7A0BCE; }
a { background-color: rgb(122,11,206); }
div.DivClassName
{
background-color: #7A0BCE;
}
.BgClassName
{
background-color: #7A0BCE;
}
</style>
border-color css
<style>
span { border-color: #7A0BCE; }
span { border-color: rgb(122,11,206); }
td.TdClassName
{
border-color: #7A0BCE;
}
.TagClassName
{
border-color: #7A0BCE;
}
</style>