Shades of Dark Violet #7504AF
Tints of Dark Violet #7504AF
RGB
CMYK
RGB Variations
Color information
#7504AF (or 0x7504AF) is known color: Dark Violet. HEX triplet: 75, 04 and AF. RGB value is (117,4,175). Sum of RGB (Red+Green+Blue) = 117+4+175=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 175 (68.75% from 255 or 59.12% from 296); Max value from RGB is 175 - color contains mainly: blue. Hex color #7504AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7504AF is #8AFB50. Grayscale: #383838. Windows color (decimal): -9108305 or 11469941. OLE color: 11469941.
HSL color Cylindrical-coordinate representation of color #7504AF: hue angle of 279.65º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7504AF is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 4 | 175 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.31 |
| HSL | 279.65º | 0.96% | 0.35% | - |
| HSV(B) | 279.65º | 0.98% | 0.69% | - |
| XYZ | 15.12 | 6.96 | 41.1 | - |
| YUV | 57.28 | 194.44 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 4 | 175 | 0.33 | 0.98 | 0 | 0.31 | 279.65 | 0.96 | 0.35 |
| Hex | 75 | 4 | AF | 21 | 62 | 0 | 1F | 118 | 60 | 23 |
| Octal | 165 | 4 | 257 | 41 | 142 | 0 | 37 | 430 | 140 | 43 |
| Binary | 1110101 | 100 | 10101111 | 100001 | 1100010 | 0 | 11111 | 100011000 | 1100000 | 100011 |
Color Harmonies of #7504AF
Complementary color
Monochromatic Colors of #7504AF
Black with #7504AF
Text Example
Text Example
White with #7504AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7504AF; }
p { color: rgb(117,4,175); }
H1.HeaderClassName
{
color: #7504AF;
}
.AnyTagClassName
{
color: #7504AF;
}
</style>
background-color css
<style>
a { background-color: #7504AF; }
a { background-color: rgb(117,4,175); }
div.DivClassName
{
background-color: #7504AF;
}
.BgClassName
{
background-color: #7504AF;
}
</style>
border-color css
<style>
span { border-color: #7504AF; }
span { border-color: rgb(117,4,175); }
td.TdClassName
{
border-color: #7504AF;
}
.TagClassName
{
border-color: #7504AF;
}
</style>