Shades of Blue Violet #751EDB
Tints of Blue Violet #751EDB
RGB
CMYK
RGB Variations
Color information
#751EDB (or 0x751EDB) is known color: Blue Violet. HEX triplet: 75, 1E and DB. RGB value is (117,30,219). Sum of RGB (Red+Green+Blue) = 117+30+219=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 30 (12.11% from 255 or 8.20% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #751EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751EDB is #8AE124. Grayscale: #4C4C4C. Windows color (decimal): -9101605 or 14360181. OLE color: 14360181.
HSL color Cylindrical-coordinate representation of color #751EDB: hue angle of 267.62º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751EDB is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 30 | 219 | - |
| CMYK | 0.47 | 0.86 | 0 | 0.14 |
| HSL | 267.62º | 0.76% | 0.49% | - |
| HSV(B) | 267.62º | 0.86% | 0.86% | - |
| XYZ | 20.59 | 9.82 | 67.83 | - |
| YUV | 77.56 | 207.82 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 30 | 219 | 0.47 | 0.86 | 0 | 0.14 | 267.62 | 0.76 | 0.49 |
| Hex | 75 | 1E | DB | 2F | 56 | 0 | E | 10C | 4C | 31 |
| Octal | 165 | 36 | 333 | 57 | 126 | 0 | 16 | 414 | 114 | 61 |
| Binary | 1110101 | 11110 | 11011011 | 101111 | 1010110 | 0 | 1110 | 100001100 | 1001100 | 110001 |
Color Harmonies of #751EDB
Complementary color
Monochromatic Colors of #751EDB
Black with #751EDB
Text Example
Text Example
White with #751EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751EDB; }
p { color: rgb(117,30,219); }
H1.HeaderClassName
{
color: #751EDB;
}
.AnyTagClassName
{
color: #751EDB;
}
</style>
background-color css
<style>
a { background-color: #751EDB; }
a { background-color: rgb(117,30,219); }
div.DivClassName
{
background-color: #751EDB;
}
.BgClassName
{
background-color: #751EDB;
}
</style>
border-color css
<style>
span { border-color: #751EDB; }
span { border-color: rgb(117,30,219); }
td.TdClassName
{
border-color: #751EDB;
}
.TagClassName
{
border-color: #751EDB;
}
</style>