Shades of Dark Violet #7504C2
Tints of Dark Violet #7504C2
RGB
CMYK
RGB Variations
Color information
#7504C2 (or 0x7504C2) is known color: Dark Violet. HEX triplet: 75, 04 and C2. RGB value is (117,4,194). Sum of RGB (Red+Green+Blue) = 117+4+194=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 194 (76.17% from 255 or 61.59% from 315); Max value from RGB is 194 - color contains mainly: blue. Hex color #7504C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7504C2 is #8AFB3D. Grayscale: #3A3A3A. Windows color (decimal): -9108286 or 12715125. OLE color: 12715125.
HSL color Cylindrical-coordinate representation of color #7504C2: hue angle of 275.68º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7504C2 is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 4 | 194 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.24 |
| HSL | 275.68º | 0.96% | 0.39% | - |
| HSV(B) | 275.68º | 0.98% | 0.76% | - |
| XYZ | 17.12 | 7.76 | 51.64 | - |
| YUV | 59.45 | 203.94 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 4 | 194 | 0.40 | 0.98 | 0 | 0.24 | 275.68 | 0.96 | 0.39 |
| Hex | 75 | 4 | C2 | 28 | 62 | 0 | 18 | 114 | 60 | 27 |
| Octal | 165 | 4 | 302 | 50 | 142 | 0 | 30 | 424 | 140 | 47 |
| Binary | 1110101 | 100 | 11000010 | 101000 | 1100010 | 0 | 11000 | 100010100 | 1100000 | 100111 |
Color Harmonies of #7504C2
Complementary color
Monochromatic Colors of #7504C2
Black with #7504C2
Text Example
Text Example
White with #7504C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7504C2; }
p { color: rgb(117,4,194); }
H1.HeaderClassName
{
color: #7504C2;
}
.AnyTagClassName
{
color: #7504C2;
}
</style>
background-color css
<style>
a { background-color: #7504C2; }
a { background-color: rgb(117,4,194); }
div.DivClassName
{
background-color: #7504C2;
}
.BgClassName
{
background-color: #7504C2;
}
</style>
border-color css
<style>
span { border-color: #7504C2; }
span { border-color: rgb(117,4,194); }
td.TdClassName
{
border-color: #7504C2;
}
.TagClassName
{
border-color: #7504C2;
}
</style>