Shades of Dark Violet #7105BC
Tints of Dark Violet #7105BC
RGB
CMYK
RGB Variations
Color information
#7105BC (or 0x7105BC) is known color: Dark Violet. HEX triplet: 71, 05 and BC. RGB value is (113,5,188). Sum of RGB (Red+Green+Blue) = 113+5+188=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #7105BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7105BC is #8EFA43. Grayscale: #393939. Windows color (decimal): -9370180 or 12322161. OLE color: 12322161.
HSL color Cylindrical-coordinate representation of color #7105BC: hue angle of 275.41º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7105BC is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 5 | 188 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.26 |
| HSL | 275.41º | 0.95% | 0.38% | - |
| HSV(B) | 275.41º | 0.97% | 0.74% | - |
| XYZ | 15.94 | 7.25 | 48.14 | - |
| YUV | 58.15 | 201.28 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 5 | 188 | 0.40 | 0.97 | 0 | 0.26 | 275.41 | 0.95 | 0.38 |
| Hex | 71 | 5 | BC | 28 | 61 | 0 | 1A | 113 | 5F | 26 |
| Octal | 161 | 5 | 274 | 50 | 141 | 0 | 32 | 423 | 137 | 46 |
| Binary | 1110001 | 101 | 10111100 | 101000 | 1100001 | 0 | 11010 | 100010011 | 1011111 | 100110 |
Color Harmonies of #7105BC
Complementary color
Monochromatic Colors of #7105BC
Black with #7105BC
Text Example
Text Example
White with #7105BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7105BC; }
p { color: rgb(113,5,188); }
H1.HeaderClassName
{
color: #7105BC;
}
.AnyTagClassName
{
color: #7105BC;
}
</style>
background-color css
<style>
a { background-color: #7105BC; }
a { background-color: rgb(113,5,188); }
div.DivClassName
{
background-color: #7105BC;
}
.BgClassName
{
background-color: #7105BC;
}
</style>
border-color css
<style>
span { border-color: #7105BC; }
span { border-color: rgb(113,5,188); }
td.TdClassName
{
border-color: #7105BC;
}
.TagClassName
{
border-color: #7105BC;
}
</style>