Shades of Dark Violet #7B11CD
Tints of Dark Violet #7B11CD
RGB
CMYK
RGB Variations
Color information
#7B11CD (or 0x7B11CD) is known color: Dark Violet. HEX triplet: 7B, 11 and CD. RGB value is (123,17,205). Sum of RGB (Red+Green+Blue) = 123+17+205=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B11CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B11CD is #84EE32. Grayscale: #454545. Windows color (decimal): -8711731 or 13439355. OLE color: 13439355.
HSL color Cylindrical-coordinate representation of color #7B11CD: hue angle of 273.83º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7B11CD is Cyan = 0.4, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 17 | 205 | - |
| CMYK | 0.4 | 0.92 | 0 | 0.20 |
| HSL | 273.83º | 0.85% | 0.44% | - |
| HSV(B) | 273.83º | 0.92% | 0.8% | - |
| XYZ | 19.39 | 9.02 | 58.48 | - |
| YUV | 70.13 | 204.12 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 17 | 205 | 0.4 | 0.92 | 0 | 0.20 | 273.83 | 0.85 | 0.44 |
| Hex | 7B | 11 | CD | 28 | 5C | 0 | 14 | 112 | 55 | 2C |
| Octal | 173 | 21 | 315 | 50 | 134 | 0 | 24 | 422 | 125 | 54 |
| Binary | 1111011 | 10001 | 11001101 | 101000 | 1011100 | 0 | 10100 | 100010010 | 1010101 | 101100 |
Color Harmonies of #7B11CD
Complementary color
Monochromatic Colors of #7B11CD
Black with #7B11CD
Text Example
Text Example
White with #7B11CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B11CD; }
p { color: rgb(123,17,205); }
H1.HeaderClassName
{
color: #7B11CD;
}
.AnyTagClassName
{
color: #7B11CD;
}
</style>
background-color css
<style>
a { background-color: #7B11CD; }
a { background-color: rgb(123,17,205); }
div.DivClassName
{
background-color: #7B11CD;
}
.BgClassName
{
background-color: #7B11CD;
}
</style>
border-color css
<style>
span { border-color: #7B11CD; }
span { border-color: rgb(123,17,205); }
td.TdClassName
{
border-color: #7B11CD;
}
.TagClassName
{
border-color: #7B11CD;
}
</style>