Shades of Dark Violet #7100BD
Tints of Dark Violet #7100BD
RGB
CMYK
RGB Variations
Color information
#7100BD (or 0x7100BD) is known color: Dark Violet. HEX triplet: 71, 00 and BD. RGB value is (113,0,189). Sum of RGB (Red+Green+Blue) = 113+0+189=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 189 (74.22% from 255 or 62.58% from 302); Max value from RGB is 189 - color contains mainly: blue. Hex color #7100BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7100BD is #8EFF42. Grayscale: #363636. Windows color (decimal): -9371459 or 12386417. OLE color: 12386417.
HSL color Cylindrical-coordinate representation of color #7100BD: hue angle of 275.87º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7100BD is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 0 | 189 | - |
| CMYK | 0.40 | 1 | 0 | 0.26 |
| HSL | 275.87º | 1% | 0.37% | - |
| HSV(B) | 275.87º | 1% | 0.74% | - |
| XYZ | 16 | 7.18 | 48.69 | - |
| YUV | 55.33 | 203.44 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 189 | 0.40 | 1 | 0 | 0.26 | 275.87 | 1 | 0.37 |
| Hex | 71 | 0 | BD | 28 | 64 | 0 | 1A | 114 | 64 | 25 |
| Octal | 161 | 0 | 275 | 50 | 144 | 0 | 32 | 424 | 144 | 45 |
| Binary | 1110001 | 0 | 10111101 | 101000 | 1100100 | 0 | 11010 | 100010100 | 1100100 | 100101 |
Color Harmonies of #7100BD
Complementary color
Monochromatic Colors of #7100BD
Black with #7100BD
Text Example
Text Example
White with #7100BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7100BD; }
p { color: rgb(113,0,189); }
H1.HeaderClassName
{
color: #7100BD;
}
.AnyTagClassName
{
color: #7100BD;
}
</style>
background-color css
<style>
a { background-color: #7100BD; }
a { background-color: rgb(113,0,189); }
div.DivClassName
{
background-color: #7100BD;
}
.BgClassName
{
background-color: #7100BD;
}
</style>
border-color css
<style>
span { border-color: #7100BD; }
span { border-color: rgb(113,0,189); }
td.TdClassName
{
border-color: #7100BD;
}
.TagClassName
{
border-color: #7100BD;
}
</style>