Shades of Dark Violet #7101AF
Tints of Dark Violet #7101AF
RGB
CMYK
RGB Variations
Color information
#7101AF (or 0x7101AF) is known color: Dark Violet. HEX triplet: 71, 01 and AF. RGB value is (113,1,175). Sum of RGB (Red+Green+Blue) = 113+1+175=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 175 (68.75% from 255 or 60.55% from 289); Max value from RGB is 175 - color contains mainly: blue. Hex color #7101AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7101AF is #8EFE50. Grayscale: #353535. Windows color (decimal): -9371217 or 11469169. OLE color: 11469169.
HSL color Cylindrical-coordinate representation of color #7101AF: hue angle of 278.62º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7101AF is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 1 | 175 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.31 |
| HSL | 278.62º | 0.99% | 0.35% | - |
| HSV(B) | 278.62º | 0.99% | 0.69% | - |
| XYZ | 14.56 | 6.63 | 41.07 | - |
| YUV | 54.32 | 196.11 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 175 | 0.35 | 0.99 | 0 | 0.31 | 278.62 | 0.99 | 0.35 |
| Hex | 71 | 1 | AF | 23 | 63 | 0 | 1F | 117 | 63 | 23 |
| Octal | 161 | 1 | 257 | 43 | 143 | 0 | 37 | 427 | 143 | 43 |
| Binary | 1110001 | 1 | 10101111 | 100011 | 1100011 | 0 | 11111 | 100010111 | 1100011 | 100011 |
Color Harmonies of #7101AF
Complementary color
Monochromatic Colors of #7101AF
Black with #7101AF
Text Example
Text Example
White with #7101AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7101AF; }
p { color: rgb(113,1,175); }
H1.HeaderClassName
{
color: #7101AF;
}
.AnyTagClassName
{
color: #7101AF;
}
</style>
background-color css
<style>
a { background-color: #7101AF; }
a { background-color: rgb(113,1,175); }
div.DivClassName
{
background-color: #7101AF;
}
.BgClassName
{
background-color: #7101AF;
}
</style>
border-color css
<style>
span { border-color: #7101AF; }
span { border-color: rgb(113,1,175); }
td.TdClassName
{
border-color: #7101AF;
}
.TagClassName
{
border-color: #7101AF;
}
</style>