Shades of Dark Violet #7E10B3
Tints of Dark Violet #7E10B3
RGB
CMYK
RGB Variations
Color information
#7E10B3 (or 0x7E10B3) is known color: Dark Violet. HEX triplet: 7E, 10 and B3. RGB value is (126,16,179). Sum of RGB (Red+Green+Blue) = 126+16+179=321 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.25% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 179 (70.31% from 255 or 55.76% from 321); Max value from RGB is 179 - color contains mainly: blue. Hex color #7E10B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E10B3 is #81EF4C. Grayscale: #424242. Windows color (decimal): -8515405 or 11735166. OLE color: 11735166.
HSL color Cylindrical-coordinate representation of color #7E10B3: hue angle of 280.49º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7E10B3 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 126 | 16 | 179 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.30 |
| HSL | 280.49º | 0.84% | 0.38% | - |
| HSV(B) | 280.49º | 0.91% | 0.7% | - |
| XYZ | 16.93 | 8.06 | 43.31 | - |
| YUV | 67.47 | 190.94 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 16 | 179 | 0.30 | 0.91 | 0 | 0.30 | 280.49 | 0.84 | 0.38 |
| Hex | 7E | 10 | B3 | 1E | 5B | 0 | 1E | 118 | 54 | 26 |
| Octal | 176 | 20 | 263 | 36 | 133 | 0 | 36 | 430 | 124 | 46 |
| Binary | 1111110 | 10000 | 10110011 | 11110 | 1011011 | 0 | 11110 | 100011000 | 1010100 | 100110 |
Color Harmonies of #7E10B3
Complementary color
Monochromatic Colors of #7E10B3
Black with #7E10B3
Text Example
Text Example
White with #7E10B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E10B3; }
p { color: rgb(126,16,179); }
H1.HeaderClassName
{
color: #7E10B3;
}
.AnyTagClassName
{
color: #7E10B3;
}
</style>
background-color css
<style>
a { background-color: #7E10B3; }
a { background-color: rgb(126,16,179); }
div.DivClassName
{
background-color: #7E10B3;
}
.BgClassName
{
background-color: #7E10B3;
}
</style>
border-color css
<style>
span { border-color: #7E10B3; }
span { border-color: rgb(126,16,179); }
td.TdClassName
{
border-color: #7E10B3;
}
.TagClassName
{
border-color: #7E10B3;
}
</style>