Shades of Dark Violet #7B10AD
Tints of Dark Violet #7B10AD
RGB
CMYK
RGB Variations
Color information
#7B10AD (or 0x7B10AD) is known color: Dark Violet. HEX triplet: 7B, 10 and AD. RGB value is (123,16,173). Sum of RGB (Red+Green+Blue) = 123+16+173=312 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.42% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B10AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B10AD is #84EF52. Grayscale: #414141. Windows color (decimal): -8712019 or 11341947. OLE color: 11341947.
HSL color Cylindrical-coordinate representation of color #7B10AD: hue angle of 280.89º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B10AD is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 16 | 173 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.32 |
| HSL | 280.89º | 0.83% | 0.37% | - |
| HSV(B) | 280.89º | 0.91% | 0.68% | - |
| XYZ | 15.9 | 7.6 | 40.16 | - |
| YUV | 65.89 | 188.45 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 16 | 173 | 0.29 | 0.91 | 0 | 0.32 | 280.89 | 0.83 | 0.37 |
| Hex | 7B | 10 | AD | 1D | 5B | 0 | 20 | 119 | 53 | 25 |
| Octal | 173 | 20 | 255 | 35 | 133 | 0 | 40 | 431 | 123 | 45 |
| Binary | 1111011 | 10000 | 10101101 | 11101 | 1011011 | 0 | 100000 | 100011001 | 1010011 | 100101 |
Color Harmonies of #7B10AD
Complementary color
Monochromatic Colors of #7B10AD
Black with #7B10AD
Text Example
Text Example
White with #7B10AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B10AD; }
p { color: rgb(123,16,173); }
H1.HeaderClassName
{
color: #7B10AD;
}
.AnyTagClassName
{
color: #7B10AD;
}
</style>
background-color css
<style>
a { background-color: #7B10AD; }
a { background-color: rgb(123,16,173); }
div.DivClassName
{
background-color: #7B10AD;
}
.BgClassName
{
background-color: #7B10AD;
}
</style>
border-color css
<style>
span { border-color: #7B10AD; }
span { border-color: rgb(123,16,173); }
td.TdClassName
{
border-color: #7B10AD;
}
.TagClassName
{
border-color: #7B10AD;
}
</style>