Shades of Blue Violet #753DDB
Tints of Blue Violet #753DDB
RGB
CMYK
RGB Variations
Color information
#753DDB (or 0x753DDB) is known color: Blue Violet. HEX triplet: 75, 3D and DB. RGB value is (117,61,219). Sum of RGB (Red+Green+Blue) = 117+61+219=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #753DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753DDB is #8AC224. Grayscale: #5F5F5F. Windows color (decimal): -9093669 or 14368117. OLE color: 14368117.
HSL color Cylindrical-coordinate representation of color #753DDB: hue angle of 261.27º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #753DDB is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 61 | 219 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.14 |
| HSL | 261.27º | 0.69% | 0.55% | - |
| HSV(B) | 261.27º | 0.72% | 0.86% | - |
| XYZ | 21.79 | 12.23 | 68.23 | - |
| YUV | 95.76 | 197.55 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 219 | 0.47 | 0.72 | 0 | 0.14 | 261.27 | 0.69 | 0.55 |
| Hex | 75 | 3D | DB | 2F | 48 | 0 | E | 105 | 45 | 37 |
| Octal | 165 | 75 | 333 | 57 | 110 | 0 | 16 | 405 | 105 | 67 |
| Binary | 1110101 | 111101 | 11011011 | 101111 | 1001000 | 0 | 1110 | 100000101 | 1000101 | 110111 |
Color Harmonies of #753DDB
Complementary color
Monochromatic Colors of #753DDB
Black with #753DDB
Text Example
Text Example
White with #753DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753DDB; }
p { color: rgb(117,61,219); }
H1.HeaderClassName
{
color: #753DDB;
}
.AnyTagClassName
{
color: #753DDB;
}
</style>
background-color css
<style>
a { background-color: #753DDB; }
a { background-color: rgb(117,61,219); }
div.DivClassName
{
background-color: #753DDB;
}
.BgClassName
{
background-color: #753DDB;
}
</style>
border-color css
<style>
span { border-color: #753DDB; }
span { border-color: rgb(117,61,219); }
td.TdClassName
{
border-color: #753DDB;
}
.TagClassName
{
border-color: #753DDB;
}
</style>