Shades of Dark Violet #7504DB
Tints of Dark Violet #7504DB
RGB
CMYK
RGB Variations
Color information
#7504DB (or 0x7504DB) is known color: Dark Violet. HEX triplet: 75, 04 and DB. RGB value is (117,4,219). Sum of RGB (Red+Green+Blue) = 117+4+219=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 4 (1.95% from 255 or 1.18% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #7504DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7504DB is #8AFB24. Grayscale: #3D3D3D. Windows color (decimal): -9108261 or 14353525. OLE color: 14353525.
HSL color Cylindrical-coordinate representation of color #7504DB: hue angle of 271.53º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7504DB is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 4 | 219 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.14 |
| HSL | 271.53º | 0.96% | 0.44% | - |
| HSV(B) | 271.53º | 0.98% | 0.86% | - |
| XYZ | 20.17 | 8.98 | 67.69 | - |
| YUV | 62.3 | 216.44 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 4 | 219 | 0.47 | 0.98 | 0 | 0.14 | 271.53 | 0.96 | 0.44 |
| Hex | 75 | 4 | DB | 2F | 62 | 0 | E | 110 | 60 | 2C |
| Octal | 165 | 4 | 333 | 57 | 142 | 0 | 16 | 420 | 140 | 54 |
| Binary | 1110101 | 100 | 11011011 | 101111 | 1100010 | 0 | 1110 | 100010000 | 1100000 | 101100 |
Color Harmonies of #7504DB
Complementary color
Monochromatic Colors of #7504DB
Black with #7504DB
Text Example
Text Example
White with #7504DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7504DB; }
p { color: rgb(117,4,219); }
H1.HeaderClassName
{
color: #7504DB;
}
.AnyTagClassName
{
color: #7504DB;
}
</style>
background-color css
<style>
a { background-color: #7504DB; }
a { background-color: rgb(117,4,219); }
div.DivClassName
{
background-color: #7504DB;
}
.BgClassName
{
background-color: #7504DB;
}
</style>
border-color css
<style>
span { border-color: #7504DB; }
span { border-color: rgb(117,4,219); }
td.TdClassName
{
border-color: #7504DB;
}
.TagClassName
{
border-color: #7504DB;
}
</style>