Shades of Dark Violet #7101BB
Tints of Dark Violet #7101BB
RGB
CMYK
RGB Variations
Color information
#7101BB (or 0x7101BB) is known color: Dark Violet. HEX triplet: 71, 01 and BB. RGB value is (113,1,187). Sum of RGB (Red+Green+Blue) = 113+1+187=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #7101BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7101BB is #8EFE44. Grayscale: #373737. Windows color (decimal): -9371205 or 12255601. OLE color: 12255601.
HSL color Cylindrical-coordinate representation of color #7101BB: hue angle of 276.13º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7101BB is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 1 | 187 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.27 |
| HSL | 276.13º | 0.99% | 0.37% | - |
| HSV(B) | 276.13º | 0.99% | 0.73% | - |
| XYZ | 15.79 | 7.12 | 47.56 | - |
| YUV | 55.69 | 202.11 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 187 | 0.40 | 0.99 | 0 | 0.27 | 276.13 | 0.99 | 0.37 |
| Hex | 71 | 1 | BB | 28 | 63 | 0 | 1B | 114 | 63 | 25 |
| Octal | 161 | 1 | 273 | 50 | 143 | 0 | 33 | 424 | 143 | 45 |
| Binary | 1110001 | 1 | 10111011 | 101000 | 1100011 | 0 | 11011 | 100010100 | 1100011 | 100101 |
Color Harmonies of #7101BB
Complementary color
Monochromatic Colors of #7101BB
Black with #7101BB
Text Example
Text Example
White with #7101BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7101BB; }
p { color: rgb(113,1,187); }
H1.HeaderClassName
{
color: #7101BB;
}
.AnyTagClassName
{
color: #7101BB;
}
</style>
background-color css
<style>
a { background-color: #7101BB; }
a { background-color: rgb(113,1,187); }
div.DivClassName
{
background-color: #7101BB;
}
.BgClassName
{
background-color: #7101BB;
}
</style>
border-color css
<style>
span { border-color: #7101BB; }
span { border-color: rgb(113,1,187); }
td.TdClassName
{
border-color: #7101BB;
}
.TagClassName
{
border-color: #7101BB;
}
</style>