Shades of Dark Violet #7504B2
Tints of Dark Violet #7504B2
RGB
CMYK
RGB Variations
Color information
#7504B2 (or 0x7504B2) is known color: Dark Violet. HEX triplet: 75, 04 and B2. RGB value is (117,4,178). Sum of RGB (Red+Green+Blue) = 117+4+178=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 178 (69.92% from 255 or 59.53% from 299); Max value from RGB is 178 - color contains mainly: blue. Hex color #7504B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7504B2 is #8AFB4D. Grayscale: #393939. Windows color (decimal): -9108302 or 11666549. OLE color: 11666549.
HSL color Cylindrical-coordinate representation of color #7504B2: hue angle of 278.97º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7504B2 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 4 | 178 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.30 |
| HSL | 278.97º | 0.96% | 0.36% | - |
| HSV(B) | 278.97º | 0.98% | 0.7% | - |
| XYZ | 15.42 | 7.08 | 42.67 | - |
| YUV | 57.62 | 195.94 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 4 | 178 | 0.34 | 0.98 | 0 | 0.30 | 278.97 | 0.96 | 0.36 |
| Hex | 75 | 4 | B2 | 22 | 62 | 0 | 1E | 117 | 60 | 24 |
| Octal | 165 | 4 | 262 | 42 | 142 | 0 | 36 | 427 | 140 | 44 |
| Binary | 1110101 | 100 | 10110010 | 100010 | 1100010 | 0 | 11110 | 100010111 | 1100000 | 100100 |
Color Harmonies of #7504B2
Complementary color
Monochromatic Colors of #7504B2
Black with #7504B2
Text Example
Text Example
White with #7504B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7504B2; }
p { color: rgb(117,4,178); }
H1.HeaderClassName
{
color: #7504B2;
}
.AnyTagClassName
{
color: #7504B2;
}
</style>
background-color css
<style>
a { background-color: #7504B2; }
a { background-color: rgb(117,4,178); }
div.DivClassName
{
background-color: #7504B2;
}
.BgClassName
{
background-color: #7504B2;
}
</style>
border-color css
<style>
span { border-color: #7504B2; }
span { border-color: rgb(117,4,178); }
td.TdClassName
{
border-color: #7504B2;
}
.TagClassName
{
border-color: #7504B2;
}
</style>