Shades of Dark Violet #7B10B9
Tints of Dark Violet #7B10B9
RGB
CMYK
RGB Variations
Color information
#7B10B9 (or 0x7B10B9) is known color: Dark Violet. HEX triplet: 7B, 10 and B9. RGB value is (123,16,185). Sum of RGB (Red+Green+Blue) = 123+16+185=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 185 (72.66% from 255 or 57.10% from 324); Max value from RGB is 185 - color contains mainly: blue. Hex color #7B10B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B10B9 is #84EF46. Grayscale: #424242. Windows color (decimal): -8712007 or 12128379. OLE color: 12128379.
HSL color Cylindrical-coordinate representation of color #7B10B9: hue angle of 277.99º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B10B9 is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 16 | 185 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.27 |
| HSL | 277.99º | 0.84% | 0.39% | - |
| HSV(B) | 277.99º | 0.91% | 0.73% | - |
| XYZ | 17.11 | 8.08 | 46.56 | - |
| YUV | 67.26 | 194.45 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 16 | 185 | 0.34 | 0.91 | 0 | 0.27 | 277.99 | 0.84 | 0.39 |
| Hex | 7B | 10 | B9 | 22 | 5B | 0 | 1B | 116 | 54 | 27 |
| Octal | 173 | 20 | 271 | 42 | 133 | 0 | 33 | 426 | 124 | 47 |
| Binary | 1111011 | 10000 | 10111001 | 100010 | 1011011 | 0 | 11011 | 100010110 | 1010100 | 100111 |
Color Harmonies of #7B10B9
Complementary color
Monochromatic Colors of #7B10B9
Black with #7B10B9
Text Example
Text Example
White with #7B10B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B10B9; }
p { color: rgb(123,16,185); }
H1.HeaderClassName
{
color: #7B10B9;
}
.AnyTagClassName
{
color: #7B10B9;
}
</style>
background-color css
<style>
a { background-color: #7B10B9; }
a { background-color: rgb(123,16,185); }
div.DivClassName
{
background-color: #7B10B9;
}
.BgClassName
{
background-color: #7B10B9;
}
</style>
border-color css
<style>
span { border-color: #7B10B9; }
span { border-color: rgb(123,16,185); }
td.TdClassName
{
border-color: #7B10B9;
}
.TagClassName
{
border-color: #7B10B9;
}
</style>