Shades of Dark Violet #750ADB
Tints of Dark Violet #750ADB
RGB
CMYK
RGB Variations
Color information
#750ADB (or 0x750ADB) is known color: Dark Violet. HEX triplet: 75, 0A and DB. RGB value is (117,10,219). Sum of RGB (Red+Green+Blue) = 117+10+219=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #750ADB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750ADB is #8AF524. Grayscale: #414141. Windows color (decimal): -9106725 or 14355061. OLE color: 14355061.
HSL color Cylindrical-coordinate representation of color #750ADB: hue angle of 270.72º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750ADB is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 10 | 219 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.14 |
| HSL | 270.72º | 0.91% | 0.45% | - |
| HSV(B) | 270.72º | 0.95% | 0.86% | - |
| XYZ | 20.23 | 9.11 | 67.71 | - |
| YUV | 65.82 | 214.45 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 219 | 0.47 | 0.95 | 0 | 0.14 | 270.72 | 0.91 | 0.45 |
| Hex | 75 | A | DB | 2F | 5F | 0 | E | 10F | 5B | 2D |
| Octal | 165 | 12 | 333 | 57 | 137 | 0 | 16 | 417 | 133 | 55 |
| Binary | 1110101 | 1010 | 11011011 | 101111 | 1011111 | 0 | 1110 | 100001111 | 1011011 | 101101 |
Color Harmonies of #750ADB
Complementary color
Monochromatic Colors of #750ADB
Black with #750ADB
Text Example
Text Example
White with #750ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750ADB; }
p { color: rgb(117,10,219); }
H1.HeaderClassName
{
color: #750ADB;
}
.AnyTagClassName
{
color: #750ADB;
}
</style>
background-color css
<style>
a { background-color: #750ADB; }
a { background-color: rgb(117,10,219); }
div.DivClassName
{
background-color: #750ADB;
}
.BgClassName
{
background-color: #750ADB;
}
</style>
border-color css
<style>
span { border-color: #750ADB; }
span { border-color: rgb(117,10,219); }
td.TdClassName
{
border-color: #750ADB;
}
.TagClassName
{
border-color: #750ADB;
}
</style>