Shades of Blue Violet #752BDB
Tints of Blue Violet #752BDB
RGB
CMYK
RGB Variations
Color information
#752BDB (or 0x752BDB) is known color: Blue Violet. HEX triplet: 75, 2B and DB. RGB value is (117,43,219). Sum of RGB (Red+Green+Blue) = 117+43+219=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #752BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752BDB is #8AD424. Grayscale: #545454. Windows color (decimal): -9098277 or 14363509. OLE color: 14363509.
HSL color Cylindrical-coordinate representation of color #752BDB: hue angle of 265.23º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #752BDB is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 43 | 219 | - |
| CMYK | 0.47 | 0.80 | 0 | 0.14 |
| HSL | 265.23º | 0.71% | 0.51% | - |
| HSV(B) | 265.23º | 0.8% | 0.86% | - |
| XYZ | 20.99 | 10.62 | 67.96 | - |
| YUV | 85.19 | 203.52 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 219 | 0.47 | 0.80 | 0 | 0.14 | 265.23 | 0.71 | 0.51 |
| Hex | 75 | 2B | DB | 2F | 50 | 0 | E | 109 | 47 | 33 |
| Octal | 165 | 53 | 333 | 57 | 120 | 0 | 16 | 411 | 107 | 63 |
| Binary | 1110101 | 101011 | 11011011 | 101111 | 1010000 | 0 | 1110 | 100001001 | 1000111 | 110011 |
Color Harmonies of #752BDB
Complementary color
Monochromatic Colors of #752BDB
Black with #752BDB
Text Example
Text Example
White with #752BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752BDB; }
p { color: rgb(117,43,219); }
H1.HeaderClassName
{
color: #752BDB;
}
.AnyTagClassName
{
color: #752BDB;
}
</style>
background-color css
<style>
a { background-color: #752BDB; }
a { background-color: rgb(117,43,219); }
div.DivClassName
{
background-color: #752BDB;
}
.BgClassName
{
background-color: #752BDB;
}
</style>
border-color css
<style>
span { border-color: #752BDB; }
span { border-color: rgb(117,43,219); }
td.TdClassName
{
border-color: #752BDB;
}
.TagClassName
{
border-color: #752BDB;
}
</style>