Shades of Dark Violet #7601AF
Tints of Dark Violet #7601AF
RGB
CMYK
RGB Variations
Color information
#7601AF (or 0x7601AF) is known color: Dark Violet. HEX triplet: 76, 01 and AF. RGB value is (118,1,175). Sum of RGB (Red+Green+Blue) = 118+1+175=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #7601AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7601AF is #89FE50. Grayscale: #373737. Windows color (decimal): -9043537 or 11469174. OLE color: 11469174.
HSL color Cylindrical-coordinate representation of color #7601AF: hue angle of 280.34º 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 #7601AF is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 1 | 175 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.31 |
| HSL | 280.34º | 0.99% | 0.35% | - |
| HSV(B) | 280.34º | 0.99% | 0.69% | - |
| XYZ | 15.22 | 6.97 | 41.1 | - |
| YUV | 55.82 | 195.26 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 175 | 0.33 | 0.99 | 0 | 0.31 | 280.34 | 0.99 | 0.35 |
| Hex | 76 | 1 | AF | 21 | 63 | 0 | 1F | 118 | 63 | 23 |
| Octal | 166 | 1 | 257 | 41 | 143 | 0 | 37 | 430 | 143 | 43 |
| Binary | 1110110 | 1 | 10101111 | 100001 | 1100011 | 0 | 11111 | 100011000 | 1100011 | 100011 |
Color Harmonies of #7601AF
Complementary color
Monochromatic Colors of #7601AF
Black with #7601AF
Text Example
Text Example
White with #7601AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7601AF; }
p { color: rgb(118,1,175); }
H1.HeaderClassName
{
color: #7601AF;
}
.AnyTagClassName
{
color: #7601AF;
}
</style>
background-color css
<style>
a { background-color: #7601AF; }
a { background-color: rgb(118,1,175); }
div.DivClassName
{
background-color: #7601AF;
}
.BgClassName
{
background-color: #7601AF;
}
</style>
border-color css
<style>
span { border-color: #7601AF; }
span { border-color: rgb(118,1,175); }
td.TdClassName
{
border-color: #7601AF;
}
.TagClassName
{
border-color: #7601AF;
}
</style>