Shades of Blue Violet #753CDB
Tints of Blue Violet #753CDB
RGB
CMYK
RGB Variations
Color information
#753CDB (or 0x753CDB) is known color: Blue Violet. HEX triplet: 75, 3C and DB. RGB value is (117,60,219). Sum of RGB (Red+Green+Blue) = 117+60+219=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #753CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753CDB is #8AC324. Grayscale: #5E5E5E. Windows color (decimal): -9093925 or 14367861. OLE color: 14367861.
HSL color Cylindrical-coordinate representation of color #753CDB: hue angle of 261.51º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #753CDB is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 60 | 219 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.14 |
| HSL | 261.51º | 0.69% | 0.55% | - |
| HSV(B) | 261.51º | 0.73% | 0.86% | - |
| XYZ | 21.74 | 12.13 | 68.21 | - |
| YUV | 95.17 | 197.88 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 60 | 219 | 0.47 | 0.73 | 0 | 0.14 | 261.51 | 0.69 | 0.55 |
| Hex | 75 | 3C | DB | 2F | 49 | 0 | E | 106 | 45 | 37 |
| Octal | 165 | 74 | 333 | 57 | 111 | 0 | 16 | 406 | 105 | 67 |
| Binary | 1110101 | 111100 | 11011011 | 101111 | 1001001 | 0 | 1110 | 100000110 | 1000101 | 110111 |
Color Harmonies of #753CDB
Complementary color
Monochromatic Colors of #753CDB
Black with #753CDB
Text Example
Text Example
White with #753CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753CDB; }
p { color: rgb(117,60,219); }
H1.HeaderClassName
{
color: #753CDB;
}
.AnyTagClassName
{
color: #753CDB;
}
</style>
background-color css
<style>
a { background-color: #753CDB; }
a { background-color: rgb(117,60,219); }
div.DivClassName
{
background-color: #753CDB;
}
.BgClassName
{
background-color: #753CDB;
}
</style>
border-color css
<style>
span { border-color: #753CDB; }
span { border-color: rgb(117,60,219); }
td.TdClassName
{
border-color: #753CDB;
}
.TagClassName
{
border-color: #753CDB;
}
</style>