Shades of Dark Violet #7100BA
Tints of Dark Violet #7100BA
RGB
CMYK
RGB Variations
Color information
#7100BA (or 0x7100BA) is known color: Dark Violet. HEX triplet: 71, 00 and BA. RGB value is (113,0,186). Sum of RGB (Red+Green+Blue) = 113+0+186=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #7100BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7100BA is #8EFF45. Grayscale: #363636. Windows color (decimal): -9371462 or 12189809. OLE color: 12189809.
HSL color Cylindrical-coordinate representation of color #7100BA: hue angle of 276.45º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7100BA is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 0 | 186 | - |
| CMYK | 0.39 | 1 | 0 | 0.27 |
| HSL | 276.45º | 1% | 0.36% | - |
| HSV(B) | 276.45º | 1% | 0.73% | - |
| XYZ | 15.67 | 7.06 | 46.99 | - |
| YUV | 54.99 | 201.94 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 186 | 0.39 | 1 | 0 | 0.27 | 276.45 | 1 | 0.36 |
| Hex | 71 | 0 | BA | 27 | 64 | 0 | 1B | 114 | 64 | 24 |
| Octal | 161 | 0 | 272 | 47 | 144 | 0 | 33 | 424 | 144 | 44 |
| Binary | 1110001 | 0 | 10111010 | 100111 | 1100100 | 0 | 11011 | 100010100 | 1100100 | 100100 |
Color Harmonies of #7100BA
Complementary color
Monochromatic Colors of #7100BA
Black with #7100BA
Text Example
Text Example
White with #7100BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7100BA; }
p { color: rgb(113,0,186); }
H1.HeaderClassName
{
color: #7100BA;
}
.AnyTagClassName
{
color: #7100BA;
}
</style>
background-color css
<style>
a { background-color: #7100BA; }
a { background-color: rgb(113,0,186); }
div.DivClassName
{
background-color: #7100BA;
}
.BgClassName
{
background-color: #7100BA;
}
</style>
border-color css
<style>
span { border-color: #7100BA; }
span { border-color: rgb(113,0,186); }
td.TdClassName
{
border-color: #7100BA;
}
.TagClassName
{
border-color: #7100BA;
}
</style>