Shades of Dark Violet #7506DB
Tints of Dark Violet #7506DB
RGB
CMYK
RGB Variations
Color information
#7506DB (or 0x7506DB) is known color: Dark Violet. HEX triplet: 75, 06 and DB. RGB value is (117,6,219). Sum of RGB (Red+Green+Blue) = 117+6+219=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 6 (2.73% from 255 or 1.75% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #7506DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7506DB is #8AF924. Grayscale: #3E3E3E. Windows color (decimal): -9107749 or 14354037. OLE color: 14354037.
HSL color Cylindrical-coordinate representation of color #7506DB: hue angle of 271.27º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7506DB is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 6 | 219 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.14 |
| HSL | 271.27º | 0.95% | 0.44% | - |
| HSV(B) | 271.27º | 0.97% | 0.86% | - |
| XYZ | 20.19 | 9.03 | 67.7 | - |
| YUV | 63.47 | 215.77 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 6 | 219 | 0.47 | 0.97 | 0 | 0.14 | 271.27 | 0.95 | 0.44 |
| Hex | 75 | 6 | DB | 2F | 61 | 0 | E | 10F | 5F | 2C |
| Octal | 165 | 6 | 333 | 57 | 141 | 0 | 16 | 417 | 137 | 54 |
| Binary | 1110101 | 110 | 11011011 | 101111 | 1100001 | 0 | 1110 | 100001111 | 1011111 | 101100 |
Color Harmonies of #7506DB
Complementary color
Monochromatic Colors of #7506DB
Black with #7506DB
Text Example
Text Example
White with #7506DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7506DB; }
p { color: rgb(117,6,219); }
H1.HeaderClassName
{
color: #7506DB;
}
.AnyTagClassName
{
color: #7506DB;
}
</style>
background-color css
<style>
a { background-color: #7506DB; }
a { background-color: rgb(117,6,219); }
div.DivClassName
{
background-color: #7506DB;
}
.BgClassName
{
background-color: #7506DB;
}
</style>
border-color css
<style>
span { border-color: #7506DB; }
span { border-color: rgb(117,6,219); }
td.TdClassName
{
border-color: #7506DB;
}
.TagClassName
{
border-color: #7506DB;
}
</style>