Shades of Dark Violet #7100B5
Tints of Dark Violet #7100B5
RGB
CMYK
RGB Variations
Color information
#7100B5 (or 0x7100B5) is known color: Dark Violet. HEX triplet: 71, 00 and B5. RGB value is (113,0,181). Sum of RGB (Red+Green+Blue) = 113+0+181=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 181 (71.09% from 255 or 61.56% from 294); Max value from RGB is 181 - color contains mainly: blue. Hex color #7100B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7100B5 is #8EFF4A. Grayscale: #353535. Windows color (decimal): -9371467 or 11862129. OLE color: 11862129.
HSL color Cylindrical-coordinate representation of color #7100B5: hue angle of 277.46º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7100B5 is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 0 | 181 | - |
| CMYK | 0.38 | 1 | 0 | 0.29 |
| HSL | 277.46º | 1% | 0.35% | - |
| HSV(B) | 277.46º | 1% | 0.71% | - |
| XYZ | 15.15 | 6.85 | 44.24 | - |
| YUV | 54.42 | 199.44 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 181 | 0.38 | 1 | 0 | 0.29 | 277.46 | 1 | 0.35 |
| Hex | 71 | 0 | B5 | 26 | 64 | 0 | 1D | 115 | 64 | 23 |
| Octal | 161 | 0 | 265 | 46 | 144 | 0 | 35 | 425 | 144 | 43 |
| Binary | 1110001 | 0 | 10110101 | 100110 | 1100100 | 0 | 11101 | 100010101 | 1100100 | 100011 |
Color Harmonies of #7100B5
Complementary color
Monochromatic Colors of #7100B5
Black with #7100B5
Text Example
Text Example
White with #7100B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7100B5; }
p { color: rgb(113,0,181); }
H1.HeaderClassName
{
color: #7100B5;
}
.AnyTagClassName
{
color: #7100B5;
}
</style>
background-color css
<style>
a { background-color: #7100B5; }
a { background-color: rgb(113,0,181); }
div.DivClassName
{
background-color: #7100B5;
}
.BgClassName
{
background-color: #7100B5;
}
</style>
border-color css
<style>
span { border-color: #7100B5; }
span { border-color: rgb(113,0,181); }
td.TdClassName
{
border-color: #7100B5;
}
.TagClassName
{
border-color: #7100B5;
}
</style>