Shades of Dark Violet #7500AF
Tints of Dark Violet #7500AF
RGB
CMYK
RGB Variations
Color information
#7500AF (or 0x7500AF) is known color: Dark Violet. HEX triplet: 75, 00 and AF. RGB value is (117,0,175). Sum of RGB (Red+Green+Blue) = 117+0+175=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 0 (0.39% from 255 or 0% 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 #7500AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7500AF is #8AFF50. Grayscale: #363636. Windows color (decimal): -9109329 or 11468917. OLE color: 11468917.
HSL color Cylindrical-coordinate representation of color #7500AF: hue angle of 280.11º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7500AF is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 0 | 175 | - |
| CMYK | 0.33 | 1 | 0 | 0.31 |
| HSL | 280.11º | 1% | 0.34% | - |
| HSV(B) | 280.11º | 1% | 0.69% | - |
| XYZ | 15.07 | 6.88 | 41.09 | - |
| YUV | 54.93 | 195.76 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 175 | 0.33 | 1 | 0 | 0.31 | 280.11 | 1 | 0.34 |
| Hex | 75 | 0 | AF | 21 | 64 | 0 | 1F | 118 | 64 | 22 |
| Octal | 165 | 0 | 257 | 41 | 144 | 0 | 37 | 430 | 144 | 42 |
| Binary | 1110101 | 0 | 10101111 | 100001 | 1100100 | 0 | 11111 | 100011000 | 1100100 | 100010 |
Color Harmonies of #7500AF
Complementary color
Monochromatic Colors of #7500AF
Black with #7500AF
Text Example
Text Example
White with #7500AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7500AF; }
p { color: rgb(117,0,175); }
H1.HeaderClassName
{
color: #7500AF;
}
.AnyTagClassName
{
color: #7500AF;
}
</style>
background-color css
<style>
a { background-color: #7500AF; }
a { background-color: rgb(117,0,175); }
div.DivClassName
{
background-color: #7500AF;
}
.BgClassName
{
background-color: #7500AF;
}
</style>
border-color css
<style>
span { border-color: #7500AF; }
span { border-color: rgb(117,0,175); }
td.TdClassName
{
border-color: #7500AF;
}
.TagClassName
{
border-color: #7500AF;
}
</style>