Shades of Dark Violet #7E01AF
Tints of Dark Violet #7E01AF
RGB
CMYK
RGB Variations
Color information
#7E01AF (or 0x7E01AF) is known color: Dark Violet. HEX triplet: 7E, 01 and AF. RGB value is (126,1,175). Sum of RGB (Red+Green+Blue) = 126+1+175=302 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.72% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #7E01AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E01AF is #81FE50. Grayscale: #393939. Windows color (decimal): -8519249 or 11469182. OLE color: 11469182.
HSL color Cylindrical-coordinate representation of color #7E01AF: hue angle of 283.1º 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 #7E01AF is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 1 | 175 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.31 |
| HSL | 283.1º | 0.99% | 0.35% | - |
| HSV(B) | 283.1º | 0.99% | 0.69% | - |
| XYZ | 16.35 | 7.55 | 41.15 | - |
| YUV | 58.21 | 193.91 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 1 | 175 | 0.28 | 0.99 | 0 | 0.31 | 283.1 | 0.99 | 0.35 |
| Hex | 7E | 1 | AF | 1C | 63 | 0 | 1F | 11B | 63 | 23 |
| Octal | 176 | 1 | 257 | 34 | 143 | 0 | 37 | 433 | 143 | 43 |
| Binary | 1111110 | 1 | 10101111 | 11100 | 1100011 | 0 | 11111 | 100011011 | 1100011 | 100011 |
Color Harmonies of #7E01AF
Complementary color
Monochromatic Colors of #7E01AF
Black with #7E01AF
Text Example
Text Example
White with #7E01AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E01AF; }
p { color: rgb(126,1,175); }
H1.HeaderClassName
{
color: #7E01AF;
}
.AnyTagClassName
{
color: #7E01AF;
}
</style>
background-color css
<style>
a { background-color: #7E01AF; }
a { background-color: rgb(126,1,175); }
div.DivClassName
{
background-color: #7E01AF;
}
.BgClassName
{
background-color: #7E01AF;
}
</style>
border-color css
<style>
span { border-color: #7E01AF; }
span { border-color: rgb(126,1,175); }
td.TdClassName
{
border-color: #7E01AF;
}
.TagClassName
{
border-color: #7E01AF;
}
</style>