Shades of Blue Violet #750FDB
Tints of Blue Violet #750FDB
RGB
CMYK
RGB Variations
Color information
#750FDB (or 0x750FDB) is known color: Blue Violet. HEX triplet: 75, 0F and DB. RGB value is (117,15,219). Sum of RGB (Red+Green+Blue) = 117+15+219=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #750FDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750FDB is #8AF024. Grayscale: #444444. Windows color (decimal): -9105445 or 14356341. OLE color: 14356341.
HSL color Cylindrical-coordinate representation of color #750FDB: hue angle of 270º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750FDB is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 15 | 219 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.14 |
| HSL | 270º | 0.87% | 0.46% | - |
| HSV(B) | 270º | 0.93% | 0.86% | - |
| XYZ | 20.29 | 9.24 | 67.73 | - |
| YUV | 68.75 | 212.79 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 15 | 219 | 0.47 | 0.93 | 0 | 0.14 | 270 | 0.87 | 0.46 |
| Hex | 75 | F | DB | 2F | 5D | 0 | E | 10E | 57 | 2E |
| Octal | 165 | 17 | 333 | 57 | 135 | 0 | 16 | 416 | 127 | 56 |
| Binary | 1110101 | 1111 | 11011011 | 101111 | 1011101 | 0 | 1110 | 100001110 | 1010111 | 101110 |
Color Harmonies of #750FDB
Complementary color
Monochromatic Colors of #750FDB
Black with #750FDB
Text Example
Text Example
White with #750FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750FDB; }
p { color: rgb(117,15,219); }
H1.HeaderClassName
{
color: #750FDB;
}
.AnyTagClassName
{
color: #750FDB;
}
</style>
background-color css
<style>
a { background-color: #750FDB; }
a { background-color: rgb(117,15,219); }
div.DivClassName
{
background-color: #750FDB;
}
.BgClassName
{
background-color: #750FDB;
}
</style>
border-color css
<style>
span { border-color: #750FDB; }
span { border-color: rgb(117,15,219); }
td.TdClassName
{
border-color: #750FDB;
}
.TagClassName
{
border-color: #750FDB;
}
</style>