Shades of Dark Violet #7504CB
Tints of Dark Violet #7504CB
RGB
CMYK
RGB Variations
Color information
#7504CB (or 0x7504CB) is known color: Dark Violet. HEX triplet: 75, 04 and CB. RGB value is (117,4,203). Sum of RGB (Red+Green+Blue) = 117+4+203=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 203 (79.69% from 255 or 62.65% from 324); Max value from RGB is 203 - color contains mainly: blue. Hex color #7504CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7504CB is #8AFB34. Grayscale: #3B3B3B. Windows color (decimal): -9108277 or 13304949. OLE color: 13304949.
HSL color Cylindrical-coordinate representation of color #7504CB: hue angle of 274.07º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7504CB is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 4 | 203 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.20 |
| HSL | 274.07º | 0.96% | 0.41% | - |
| HSV(B) | 274.07º | 0.98% | 0.8% | - |
| XYZ | 18.16 | 8.18 | 57.12 | - |
| YUV | 60.47 | 208.44 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 4 | 203 | 0.42 | 0.98 | 0 | 0.20 | 274.07 | 0.96 | 0.41 |
| Hex | 75 | 4 | CB | 2A | 62 | 0 | 14 | 112 | 60 | 29 |
| Octal | 165 | 4 | 313 | 52 | 142 | 0 | 24 | 422 | 140 | 51 |
| Binary | 1110101 | 100 | 11001011 | 101010 | 1100010 | 0 | 10100 | 100010010 | 1100000 | 101001 |
Color Harmonies of #7504CB
Complementary color
Monochromatic Colors of #7504CB
Black with #7504CB
Text Example
Text Example
White with #7504CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7504CB; }
p { color: rgb(117,4,203); }
H1.HeaderClassName
{
color: #7504CB;
}
.AnyTagClassName
{
color: #7504CB;
}
</style>
background-color css
<style>
a { background-color: #7504CB; }
a { background-color: rgb(117,4,203); }
div.DivClassName
{
background-color: #7504CB;
}
.BgClassName
{
background-color: #7504CB;
}
</style>
border-color css
<style>
span { border-color: #7504CB; }
span { border-color: rgb(117,4,203); }
td.TdClassName
{
border-color: #7504CB;
}
.TagClassName
{
border-color: #7504CB;
}
</style>