Shades of Dark Violet #7501AE
Tints of Dark Violet #7501AE
RGB
CMYK
RGB Variations
Color information
#7501AE (or 0x7501AE) is known color: Dark Violet. HEX triplet: 75, 01 and AE. RGB value is (117,1,174). Sum of RGB (Red+Green+Blue) = 117+1+174=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #7501AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7501AE is #8AFE51. Grayscale: #363636. Windows color (decimal): -9109074 or 11403637. OLE color: 11403637.
HSL color Cylindrical-coordinate representation of color #7501AE: hue angle of 280.23º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7501AE is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 1 | 174 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.32 |
| HSL | 280.23º | 0.99% | 0.34% | - |
| HSV(B) | 280.23º | 0.99% | 0.68% | - |
| XYZ | 14.99 | 6.86 | 40.58 | - |
| YUV | 55.41 | 194.93 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 174 | 0.33 | 0.99 | 0 | 0.32 | 280.23 | 0.99 | 0.34 |
| Hex | 75 | 1 | AE | 21 | 63 | 0 | 20 | 118 | 63 | 22 |
| Octal | 165 | 1 | 256 | 41 | 143 | 0 | 40 | 430 | 143 | 42 |
| Binary | 1110101 | 1 | 10101110 | 100001 | 1100011 | 0 | 100000 | 100011000 | 1100011 | 100010 |
Color Harmonies of #7501AE
Complementary color
Monochromatic Colors of #7501AE
Black with #7501AE
Text Example
Text Example
White with #7501AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7501AE; }
p { color: rgb(117,1,174); }
H1.HeaderClassName
{
color: #7501AE;
}
.AnyTagClassName
{
color: #7501AE;
}
</style>
background-color css
<style>
a { background-color: #7501AE; }
a { background-color: rgb(117,1,174); }
div.DivClassName
{
background-color: #7501AE;
}
.BgClassName
{
background-color: #7501AE;
}
</style>
border-color css
<style>
span { border-color: #7501AE; }
span { border-color: rgb(117,1,174); }
td.TdClassName
{
border-color: #7501AE;
}
.TagClassName
{
border-color: #7501AE;
}
</style>