Shades of Dark Violet #7505AF
Tints of Dark Violet #7505AF
RGB
CMYK
RGB Variations
Color information
#7505AF (or 0x7505AF) is known color: Dark Violet. HEX triplet: 75, 05 and AF. RGB value is (117,5,175). Sum of RGB (Red+Green+Blue) = 117+5+175=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 5 (2.34% from 255 or 1.68% 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 #7505AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7505AF is #8AFA50. Grayscale: #393939. Windows color (decimal): -9108049 or 11470197. OLE color: 11470197.
HSL color Cylindrical-coordinate representation of color #7505AF: hue angle of 279.53º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7505AF is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 5 | 175 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.31 |
| HSL | 279.53º | 0.94% | 0.35% | - |
| HSV(B) | 279.53º | 0.97% | 0.69% | - |
| XYZ | 15.13 | 6.99 | 41.11 | - |
| YUV | 57.87 | 194.11 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 5 | 175 | 0.33 | 0.97 | 0 | 0.31 | 279.53 | 0.94 | 0.35 |
| Hex | 75 | 5 | AF | 21 | 61 | 0 | 1F | 118 | 5E | 23 |
| Octal | 165 | 5 | 257 | 41 | 141 | 0 | 37 | 430 | 136 | 43 |
| Binary | 1110101 | 101 | 10101111 | 100001 | 1100001 | 0 | 11111 | 100011000 | 1011110 | 100011 |
Color Harmonies of #7505AF
Complementary color
Monochromatic Colors of #7505AF
Black with #7505AF
Text Example
Text Example
White with #7505AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7505AF; }
p { color: rgb(117,5,175); }
H1.HeaderClassName
{
color: #7505AF;
}
.AnyTagClassName
{
color: #7505AF;
}
</style>
background-color css
<style>
a { background-color: #7505AF; }
a { background-color: rgb(117,5,175); }
div.DivClassName
{
background-color: #7505AF;
}
.BgClassName
{
background-color: #7505AF;
}
</style>
border-color css
<style>
span { border-color: #7505AF; }
span { border-color: rgb(117,5,175); }
td.TdClassName
{
border-color: #7505AF;
}
.TagClassName
{
border-color: #7505AF;
}
</style>