Shades of Dark Violet #7105BB
Tints of Dark Violet #7105BB
RGB
CMYK
RGB Variations
Color information
#7105BB (or 0x7105BB) is known color: Dark Violet. HEX triplet: 71, 05 and BB. RGB value is (113,5,187). Sum of RGB (Red+Green+Blue) = 113+5+187=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #7105BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7105BB is #8EFA44. Grayscale: #393939. Windows color (decimal): -9370181 or 12256625. OLE color: 12256625.
HSL color Cylindrical-coordinate representation of color #7105BB: hue angle of 275.6º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7105BB is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 5 | 187 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.27 |
| HSL | 275.6º | 0.95% | 0.38% | - |
| HSV(B) | 275.6º | 0.97% | 0.73% | - |
| XYZ | 15.83 | 7.21 | 47.57 | - |
| YUV | 58.04 | 200.78 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 5 | 187 | 0.40 | 0.97 | 0 | 0.27 | 275.6 | 0.95 | 0.38 |
| Hex | 71 | 5 | BB | 28 | 61 | 0 | 1B | 114 | 5F | 26 |
| Octal | 161 | 5 | 273 | 50 | 141 | 0 | 33 | 424 | 137 | 46 |
| Binary | 1110001 | 101 | 10111011 | 101000 | 1100001 | 0 | 11011 | 100010100 | 1011111 | 100110 |
Color Harmonies of #7105BB
Complementary color
Monochromatic Colors of #7105BB
Black with #7105BB
Text Example
Text Example
White with #7105BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7105BB; }
p { color: rgb(113,5,187); }
H1.HeaderClassName
{
color: #7105BB;
}
.AnyTagClassName
{
color: #7105BB;
}
</style>
background-color css
<style>
a { background-color: #7105BB; }
a { background-color: rgb(113,5,187); }
div.DivClassName
{
background-color: #7105BB;
}
.BgClassName
{
background-color: #7105BB;
}
</style>
border-color css
<style>
span { border-color: #7105BB; }
span { border-color: rgb(113,5,187); }
td.TdClassName
{
border-color: #7105BB;
}
.TagClassName
{
border-color: #7105BB;
}
</style>