Shades of Dark Violet #7504D9
Tints of Dark Violet #7504D9
RGB
CMYK
RGB Variations
Color information
#7504D9 (or 0x7504D9) is known color: Dark Violet. HEX triplet: 75, 04 and D9. RGB value is (117,4,217). Sum of RGB (Red+Green+Blue) = 117+4+217=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 217 (85.16% from 255 or 64.20% from 338); Max value from RGB is 217 - color contains mainly: blue. Hex color #7504D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7504D9 is #8AFB26. Grayscale: #3D3D3D. Windows color (decimal): -9108263 or 14222453. OLE color: 14222453.
HSL color Cylindrical-coordinate representation of color #7504D9: hue angle of 271.83º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7504D9 is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 4 | 217 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.15 |
| HSL | 271.83º | 0.96% | 0.43% | - |
| HSV(B) | 271.83º | 0.98% | 0.85% | - |
| XYZ | 19.9 | 8.88 | 66.31 | - |
| YUV | 62.07 | 215.44 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 4 | 217 | 0.46 | 0.98 | 0 | 0.15 | 271.83 | 0.96 | 0.43 |
| Hex | 75 | 4 | D9 | 2E | 62 | 0 | F | 110 | 60 | 2B |
| Octal | 165 | 4 | 331 | 56 | 142 | 0 | 17 | 420 | 140 | 53 |
| Binary | 1110101 | 100 | 11011001 | 101110 | 1100010 | 0 | 1111 | 100010000 | 1100000 | 101011 |
Color Harmonies of #7504D9
Complementary color
Monochromatic Colors of #7504D9
Black with #7504D9
Text Example
Text Example
White with #7504D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7504D9; }
p { color: rgb(117,4,217); }
H1.HeaderClassName
{
color: #7504D9;
}
.AnyTagClassName
{
color: #7504D9;
}
</style>
background-color css
<style>
a { background-color: #7504D9; }
a { background-color: rgb(117,4,217); }
div.DivClassName
{
background-color: #7504D9;
}
.BgClassName
{
background-color: #7504D9;
}
</style>
border-color css
<style>
span { border-color: #7504D9; }
span { border-color: rgb(117,4,217); }
td.TdClassName
{
border-color: #7504D9;
}
.TagClassName
{
border-color: #7504D9;
}
</style>