Shades of Dark Violet #7B0FAD
Tints of Dark Violet #7B0FAD
RGB
CMYK
RGB Variations
Color information
#7B0FAD (or 0x7B0FAD) is known color: Dark Violet. HEX triplet: 7B, 0F and AD. RGB value is (123,15,173). Sum of RGB (Red+Green+Blue) = 123+15+173=311 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.55% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B0FAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0FAD is #84F052. Grayscale: #404040. Windows color (decimal): -8712275 or 11341691. OLE color: 11341691.
HSL color Cylindrical-coordinate representation of color #7B0FAD: hue angle of 281.01º degrees, saturation: 0.84, 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 #7B0FAD is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 15 | 173 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.32 |
| HSL | 281.01º | 0.84% | 0.37% | - |
| HSV(B) | 281.01º | 0.91% | 0.68% | - |
| XYZ | 15.88 | 7.57 | 40.16 | - |
| YUV | 65.3 | 188.78 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 15 | 173 | 0.29 | 0.91 | 0 | 0.32 | 281.01 | 0.84 | 0.37 |
| Hex | 7B | F | AD | 1D | 5B | 0 | 20 | 119 | 54 | 25 |
| Octal | 173 | 17 | 255 | 35 | 133 | 0 | 40 | 431 | 124 | 45 |
| Binary | 1111011 | 1111 | 10101101 | 11101 | 1011011 | 0 | 100000 | 100011001 | 1010100 | 100101 |
Color Harmonies of #7B0FAD
Complementary color
Monochromatic Colors of #7B0FAD
Black with #7B0FAD
Text Example
Text Example
White with #7B0FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0FAD; }
p { color: rgb(123,15,173); }
H1.HeaderClassName
{
color: #7B0FAD;
}
.AnyTagClassName
{
color: #7B0FAD;
}
</style>
background-color css
<style>
a { background-color: #7B0FAD; }
a { background-color: rgb(123,15,173); }
div.DivClassName
{
background-color: #7B0FAD;
}
.BgClassName
{
background-color: #7B0FAD;
}
</style>
border-color css
<style>
span { border-color: #7B0FAD; }
span { border-color: rgb(123,15,173); }
td.TdClassName
{
border-color: #7B0FAD;
}
.TagClassName
{
border-color: #7B0FAD;
}
</style>