Shades of Dark Violet #7101B9
Tints of Dark Violet #7101B9
RGB
CMYK
RGB Variations
Color information
#7101B9 (or 0x7101B9) is known color: Dark Violet. HEX triplet: 71, 01 and B9. RGB value is (113,1,185). Sum of RGB (Red+Green+Blue) = 113+1+185=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 185 (72.66% from 255 or 61.87% from 299); Max value from RGB is 185 - color contains mainly: blue. Hex color #7101B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7101B9 is #8EFE46. Grayscale: #363636. Windows color (decimal): -9371207 or 12124529. OLE color: 12124529.
HSL color Cylindrical-coordinate representation of color #7101B9: hue angle of 276.52º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7101B9 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 1 | 185 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.27 |
| HSL | 276.52º | 0.99% | 0.36% | - |
| HSV(B) | 276.52º | 0.99% | 0.73% | - |
| XYZ | 15.58 | 7.04 | 46.44 | - |
| YUV | 55.46 | 201.11 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 185 | 0.39 | 0.99 | 0 | 0.27 | 276.52 | 0.99 | 0.36 |
| Hex | 71 | 1 | B9 | 27 | 63 | 0 | 1B | 115 | 63 | 24 |
| Octal | 161 | 1 | 271 | 47 | 143 | 0 | 33 | 425 | 143 | 44 |
| Binary | 1110001 | 1 | 10111001 | 100111 | 1100011 | 0 | 11011 | 100010101 | 1100011 | 100100 |
Color Harmonies of #7101B9
Complementary color
Monochromatic Colors of #7101B9
Black with #7101B9
Text Example
Text Example
White with #7101B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7101B9; }
p { color: rgb(113,1,185); }
H1.HeaderClassName
{
color: #7101B9;
}
.AnyTagClassName
{
color: #7101B9;
}
</style>
background-color css
<style>
a { background-color: #7101B9; }
a { background-color: rgb(113,1,185); }
div.DivClassName
{
background-color: #7101B9;
}
.BgClassName
{
background-color: #7101B9;
}
</style>
border-color css
<style>
span { border-color: #7101B9; }
span { border-color: rgb(113,1,185); }
td.TdClassName
{
border-color: #7101B9;
}
.TagClassName
{
border-color: #7101B9;
}
</style>