Shades of Dark Violet #7401AF
Tints of Dark Violet #7401AF
RGB
CMYK
RGB Variations
Color information
#7401AF (or 0x7401AF) is known color: Dark Violet. HEX triplet: 74, 01 and AF. RGB value is (116,1,175). Sum of RGB (Red+Green+Blue) = 116+1+175=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #7401AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7401AF is #8BFE50. Grayscale: #363636. Windows color (decimal): -9174609 or 11469172. OLE color: 11469172.
HSL color Cylindrical-coordinate representation of color #7401AF: hue angle of 279.66º 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 #7401AF is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 1 | 175 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.31 |
| HSL | 279.66º | 0.99% | 0.35% | - |
| HSV(B) | 279.66º | 0.99% | 0.69% | - |
| XYZ | 14.95 | 6.83 | 41.09 | - |
| YUV | 55.22 | 195.6 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 1 | 175 | 0.34 | 0.99 | 0 | 0.31 | 279.66 | 0.99 | 0.35 |
| Hex | 74 | 1 | AF | 22 | 63 | 0 | 1F | 118 | 63 | 23 |
| Octal | 164 | 1 | 257 | 42 | 143 | 0 | 37 | 430 | 143 | 43 |
| Binary | 1110100 | 1 | 10101111 | 100010 | 1100011 | 0 | 11111 | 100011000 | 1100011 | 100011 |
Color Harmonies of #7401AF
Complementary color
Monochromatic Colors of #7401AF
Black with #7401AF
Text Example
Text Example
White with #7401AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7401AF; }
p { color: rgb(116,1,175); }
H1.HeaderClassName
{
color: #7401AF;
}
.AnyTagClassName
{
color: #7401AF;
}
</style>
background-color css
<style>
a { background-color: #7401AF; }
a { background-color: rgb(116,1,175); }
div.DivClassName
{
background-color: #7401AF;
}
.BgClassName
{
background-color: #7401AF;
}
</style>
border-color css
<style>
span { border-color: #7401AF; }
span { border-color: rgb(116,1,175); }
td.TdClassName
{
border-color: #7401AF;
}
.TagClassName
{
border-color: #7401AF;
}
</style>