Shades of Dark Violet #7504B1
Tints of Dark Violet #7504B1
RGB
CMYK
RGB Variations
Color information
#7504B1 (or 0x7504B1) is known color: Dark Violet. HEX triplet: 75, 04 and B1. RGB value is (117,4,177). Sum of RGB (Red+Green+Blue) = 117+4+177=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 177 (69.53% from 255 or 59.40% from 298); Max value from RGB is 177 - color contains mainly: blue. Hex color #7504B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7504B1 is #8AFB4E. Grayscale: #383838. Windows color (decimal): -9108303 or 11601013. OLE color: 11601013.
HSL color Cylindrical-coordinate representation of color #7504B1: hue angle of 279.19º 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 #7504B1 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 4 | 177 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.31 |
| HSL | 279.19º | 0.96% | 0.35% | - |
| HSV(B) | 279.19º | 0.98% | 0.69% | - |
| XYZ | 15.32 | 7.04 | 42.15 | - |
| YUV | 57.51 | 195.44 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 4 | 177 | 0.34 | 0.98 | 0 | 0.31 | 279.19 | 0.96 | 0.35 |
| Hex | 75 | 4 | B1 | 22 | 62 | 0 | 1F | 117 | 60 | 23 |
| Octal | 165 | 4 | 261 | 42 | 142 | 0 | 37 | 427 | 140 | 43 |
| Binary | 1110101 | 100 | 10110001 | 100010 | 1100010 | 0 | 11111 | 100010111 | 1100000 | 100011 |
Color Harmonies of #7504B1
Complementary color
Monochromatic Colors of #7504B1
Black with #7504B1
Text Example
Text Example
White with #7504B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7504B1; }
p { color: rgb(117,4,177); }
H1.HeaderClassName
{
color: #7504B1;
}
.AnyTagClassName
{
color: #7504B1;
}
</style>
background-color css
<style>
a { background-color: #7504B1; }
a { background-color: rgb(117,4,177); }
div.DivClassName
{
background-color: #7504B1;
}
.BgClassName
{
background-color: #7504B1;
}
</style>
border-color css
<style>
span { border-color: #7504B1; }
span { border-color: rgb(117,4,177); }
td.TdClassName
{
border-color: #7504B1;
}
.TagClassName
{
border-color: #7504B1;
}
</style>