Shades of Dark Violet #750BDB
Tints of Dark Violet #750BDB
RGB
CMYK
RGB Variations
Color information
#750BDB (or 0x750BDB) is known color: Dark Violet. HEX triplet: 75, 0B and DB. RGB value is (117,11,219). Sum of RGB (Red+Green+Blue) = 117+11+219=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #750BDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750BDB is #8AF424. Grayscale: #414141. Windows color (decimal): -9106469 or 14355317. OLE color: 14355317.
HSL color Cylindrical-coordinate representation of color #750BDB: hue angle of 270.58º degrees, saturation: 0.9, 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 #750BDB is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 11 | 219 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.14 |
| HSL | 270.58º | 0.9% | 0.45% | - |
| HSV(B) | 270.58º | 0.95% | 0.86% | - |
| XYZ | 20.24 | 9.14 | 67.71 | - |
| YUV | 66.41 | 214.12 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 219 | 0.47 | 0.95 | 0 | 0.14 | 270.58 | 0.9 | 0.45 |
| Hex | 75 | B | DB | 2F | 5F | 0 | E | 10F | 5A | 2D |
| Octal | 165 | 13 | 333 | 57 | 137 | 0 | 16 | 417 | 132 | 55 |
| Binary | 1110101 | 1011 | 11011011 | 101111 | 1011111 | 0 | 1110 | 100001111 | 1011010 | 101101 |
Color Harmonies of #750BDB
Complementary color
Monochromatic Colors of #750BDB
Black with #750BDB
Text Example
Text Example
White with #750BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750BDB; }
p { color: rgb(117,11,219); }
H1.HeaderClassName
{
color: #750BDB;
}
.AnyTagClassName
{
color: #750BDB;
}
</style>
background-color css
<style>
a { background-color: #750BDB; }
a { background-color: rgb(117,11,219); }
div.DivClassName
{
background-color: #750BDB;
}
.BgClassName
{
background-color: #750BDB;
}
</style>
border-color css
<style>
span { border-color: #750BDB; }
span { border-color: rgb(117,11,219); }
td.TdClassName
{
border-color: #750BDB;
}
.TagClassName
{
border-color: #750BDB;
}
</style>