Shades of Blue Violet #753FDB
Tints of Blue Violet #753FDB
RGB
CMYK
RGB Variations
Color information
#753FDB (or 0x753FDB) is known color: Blue Violet. HEX triplet: 75, 3F and DB. RGB value is (117,63,219). Sum of RGB (Red+Green+Blue) = 117+63+219=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #753FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753FDB is #8AC024. Grayscale: #606060. Windows color (decimal): -9093157 or 14368629. OLE color: 14368629.
HSL color Cylindrical-coordinate representation of color #753FDB: hue angle of 260.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #753FDB is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 63 | 219 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.14 |
| HSL | 260.77º | 0.68% | 0.55% | - |
| HSV(B) | 260.77º | 0.71% | 0.86% | - |
| XYZ | 21.9 | 12.45 | 68.27 | - |
| YUV | 96.93 | 196.89 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 219 | 0.47 | 0.71 | 0 | 0.14 | 260.77 | 0.68 | 0.55 |
| Hex | 75 | 3F | DB | 2F | 47 | 0 | E | 105 | 44 | 37 |
| Octal | 165 | 77 | 333 | 57 | 107 | 0 | 16 | 405 | 104 | 67 |
| Binary | 1110101 | 111111 | 11011011 | 101111 | 1000111 | 0 | 1110 | 100000101 | 1000100 | 110111 |
Color Harmonies of #753FDB
Complementary color
Monochromatic Colors of #753FDB
Black with #753FDB
Text Example
Text Example
White with #753FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753FDB; }
p { color: rgb(117,63,219); }
H1.HeaderClassName
{
color: #753FDB;
}
.AnyTagClassName
{
color: #753FDB;
}
</style>
background-color css
<style>
a { background-color: #753FDB; }
a { background-color: rgb(117,63,219); }
div.DivClassName
{
background-color: #753FDB;
}
.BgClassName
{
background-color: #753FDB;
}
</style>
border-color css
<style>
span { border-color: #753FDB; }
span { border-color: rgb(117,63,219); }
td.TdClassName
{
border-color: #753FDB;
}
.TagClassName
{
border-color: #753FDB;
}
</style>