Shades of Dark Violet #7B10BE
Tints of Dark Violet #7B10BE
RGB
CMYK
RGB Variations
Color information
#7B10BE (or 0x7B10BE) is known color: Dark Violet. HEX triplet: 7B, 10 and BE. RGB value is (123,16,190). Sum of RGB (Red+Green+Blue) = 123+16+190=329 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.39% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B10BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B10BE is #84EF41. Grayscale: #434343. Windows color (decimal): -8712002 or 12456059. OLE color: 12456059.
HSL color Cylindrical-coordinate representation of color #7B10BE: hue angle of 276.9º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7B10BE is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 16 | 190 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.25 |
| HSL | 276.9º | 0.84% | 0.4% | - |
| HSV(B) | 276.9º | 0.92% | 0.75% | - |
| XYZ | 17.65 | 8.3 | 49.39 | - |
| YUV | 67.83 | 196.95 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 16 | 190 | 0.35 | 0.92 | 0 | 0.25 | 276.9 | 0.84 | 0.4 |
| Hex | 7B | 10 | BE | 23 | 5C | 0 | 19 | 115 | 54 | 28 |
| Octal | 173 | 20 | 276 | 43 | 134 | 0 | 31 | 425 | 124 | 50 |
| Binary | 1111011 | 10000 | 10111110 | 100011 | 1011100 | 0 | 11001 | 100010101 | 1010100 | 101000 |
Color Harmonies of #7B10BE
Complementary color
Monochromatic Colors of #7B10BE
Black with #7B10BE
Text Example
Text Example
White with #7B10BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B10BE; }
p { color: rgb(123,16,190); }
H1.HeaderClassName
{
color: #7B10BE;
}
.AnyTagClassName
{
color: #7B10BE;
}
</style>
background-color css
<style>
a { background-color: #7B10BE; }
a { background-color: rgb(123,16,190); }
div.DivClassName
{
background-color: #7B10BE;
}
.BgClassName
{
background-color: #7B10BE;
}
</style>
border-color css
<style>
span { border-color: #7B10BE; }
span { border-color: rgb(123,16,190); }
td.TdClassName
{
border-color: #7B10BE;
}
.TagClassName
{
border-color: #7B10BE;
}
</style>