Shades of Dark Violet #750CDB
Tints of Dark Violet #750CDB
RGB
CMYK
RGB Variations
Color information
#750CDB (or 0x750CDB) is known color: Dark Violet. HEX triplet: 75, 0C and DB. RGB value is (117,12,219). Sum of RGB (Red+Green+Blue) = 117+12+219=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #750CDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750CDB is #8AF324. Grayscale: #424242. Windows color (decimal): -9106213 or 14355573. OLE color: 14355573.
HSL color Cylindrical-coordinate representation of color #750CDB: hue angle of 270.43º 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 #750CDB is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 12 | 219 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.14 |
| HSL | 270.43º | 0.9% | 0.45% | - |
| HSV(B) | 270.43º | 0.95% | 0.86% | - |
| XYZ | 20.25 | 9.16 | 67.72 | - |
| YUV | 66.99 | 213.79 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 219 | 0.47 | 0.95 | 0 | 0.14 | 270.43 | 0.9 | 0.45 |
| Hex | 75 | C | DB | 2F | 5F | 0 | E | 10E | 5A | 2D |
| Octal | 165 | 14 | 333 | 57 | 137 | 0 | 16 | 416 | 132 | 55 |
| Binary | 1110101 | 1100 | 11011011 | 101111 | 1011111 | 0 | 1110 | 100001110 | 1011010 | 101101 |
Color Harmonies of #750CDB
Complementary color
Monochromatic Colors of #750CDB
Black with #750CDB
Text Example
Text Example
White with #750CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750CDB; }
p { color: rgb(117,12,219); }
H1.HeaderClassName
{
color: #750CDB;
}
.AnyTagClassName
{
color: #750CDB;
}
</style>
background-color css
<style>
a { background-color: #750CDB; }
a { background-color: rgb(117,12,219); }
div.DivClassName
{
background-color: #750CDB;
}
.BgClassName
{
background-color: #750CDB;
}
</style>
border-color css
<style>
span { border-color: #750CDB; }
span { border-color: rgb(117,12,219); }
td.TdClassName
{
border-color: #750CDB;
}
.TagClassName
{
border-color: #750CDB;
}
</style>