Shades of Blue Violet #752CDB
Tints of Blue Violet #752CDB
RGB
CMYK
RGB Variations
Color information
#752CDB (or 0x752CDB) is known color: Blue Violet. HEX triplet: 75, 2C and DB. RGB value is (117,44,219). Sum of RGB (Red+Green+Blue) = 117+44+219=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 44 (17.58% from 255 or 11.58% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #752CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752CDB is #8AD324. Grayscale: #555555. Windows color (decimal): -9098021 or 14363765. OLE color: 14363765.
HSL color Cylindrical-coordinate representation of color #752CDB: hue angle of 265.03º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #752CDB is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 44 | 219 | - |
| CMYK | 0.47 | 0.80 | 0 | 0.14 |
| HSL | 265.03º | 0.71% | 0.52% | - |
| HSV(B) | 265.03º | 0.8% | 0.86% | - |
| XYZ | 21.02 | 10.7 | 67.97 | - |
| YUV | 85.78 | 203.18 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 219 | 0.47 | 0.80 | 0 | 0.14 | 265.03 | 0.71 | 0.52 |
| Hex | 75 | 2C | DB | 2F | 50 | 0 | E | 109 | 47 | 34 |
| Octal | 165 | 54 | 333 | 57 | 120 | 0 | 16 | 411 | 107 | 64 |
| Binary | 1110101 | 101100 | 11011011 | 101111 | 1010000 | 0 | 1110 | 100001001 | 1000111 | 110100 |
Color Harmonies of #752CDB
Complementary color
Monochromatic Colors of #752CDB
Black with #752CDB
Text Example
Text Example
White with #752CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752CDB; }
p { color: rgb(117,44,219); }
H1.HeaderClassName
{
color: #752CDB;
}
.AnyTagClassName
{
color: #752CDB;
}
</style>
background-color css
<style>
a { background-color: #752CDB; }
a { background-color: rgb(117,44,219); }
div.DivClassName
{
background-color: #752CDB;
}
.BgClassName
{
background-color: #752CDB;
}
</style>
border-color css
<style>
span { border-color: #752CDB; }
span { border-color: rgb(117,44,219); }
td.TdClassName
{
border-color: #752CDB;
}
.TagClassName
{
border-color: #752CDB;
}
</style>