Shades of Dark Violet #7901AF
Tints of Dark Violet #7901AF
RGB
CMYK
RGB Variations
Color information
#7901AF (or 0x7901AF) is known color: Dark Violet. HEX triplet: 79, 01 and AF. RGB value is (121,1,175). Sum of RGB (Red+Green+Blue) = 121+1+175=297 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.74% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #7901AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7901AF is #86FE50. Grayscale: #383838. Windows color (decimal): -8846929 or 11469177. OLE color: 11469177.
HSL color Cylindrical-coordinate representation of color #7901AF: hue angle of 281.38º 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 #7901AF is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 121 | 1 | 175 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.31 |
| HSL | 281.38º | 0.99% | 0.35% | - |
| HSV(B) | 281.38º | 0.99% | 0.69% | - |
| XYZ | 15.63 | 7.18 | 41.12 | - |
| YUV | 56.72 | 194.76 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 1 | 175 | 0.31 | 0.99 | 0 | 0.31 | 281.38 | 0.99 | 0.35 |
| Hex | 79 | 1 | AF | 1F | 63 | 0 | 1F | 119 | 63 | 23 |
| Octal | 171 | 1 | 257 | 37 | 143 | 0 | 37 | 431 | 143 | 43 |
| Binary | 1111001 | 1 | 10101111 | 11111 | 1100011 | 0 | 11111 | 100011001 | 1100011 | 100011 |
Color Harmonies of #7901AF
Complementary color
Monochromatic Colors of #7901AF
Black with #7901AF
Text Example
Text Example
White with #7901AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7901AF; }
p { color: rgb(121,1,175); }
H1.HeaderClassName
{
color: #7901AF;
}
.AnyTagClassName
{
color: #7901AF;
}
</style>
background-color css
<style>
a { background-color: #7901AF; }
a { background-color: rgb(121,1,175); }
div.DivClassName
{
background-color: #7901AF;
}
.BgClassName
{
background-color: #7901AF;
}
</style>
border-color css
<style>
span { border-color: #7901AF; }
span { border-color: rgb(121,1,175); }
td.TdClassName
{
border-color: #7901AF;
}
.TagClassName
{
border-color: #7901AF;
}
</style>