Shades of Blue Violet #753BDE
Tints of Blue Violet #753BDE
RGB
CMYK
RGB Variations
Color information
#753BDE (or 0x753BDE) is known color: Blue Violet. HEX triplet: 75, 3B and DE. RGB value is (117,59,222). Sum of RGB (Red+Green+Blue) = 117+59+222=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #753BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753BDE is #8AC421. Grayscale: #5E5E5E. Windows color (decimal): -9094178 or 14564213. OLE color: 14564213.
HSL color Cylindrical-coordinate representation of color #753BDE: hue angle of 261.35º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #753BDE is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 59 | 222 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.13 |
| HSL | 261.35º | 0.71% | 0.55% | - |
| HSV(B) | 261.35º | 0.73% | 0.87% | - |
| XYZ | 22.08 | 12.18 | 70.29 | - |
| YUV | 94.92 | 199.72 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 222 | 0.47 | 0.73 | 0 | 0.13 | 261.35 | 0.71 | 0.55 |
| Hex | 75 | 3B | DE | 2F | 49 | 0 | D | 105 | 47 | 37 |
| Octal | 165 | 73 | 336 | 57 | 111 | 0 | 15 | 405 | 107 | 67 |
| Binary | 1110101 | 111011 | 11011110 | 101111 | 1001001 | 0 | 1101 | 100000101 | 1000111 | 110111 |
Color Harmonies of #753BDE
Complementary color
Monochromatic Colors of #753BDE
Black with #753BDE
Text Example
Text Example
White with #753BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753BDE; }
p { color: rgb(117,59,222); }
H1.HeaderClassName
{
color: #753BDE;
}
.AnyTagClassName
{
color: #753BDE;
}
</style>
background-color css
<style>
a { background-color: #753BDE; }
a { background-color: rgb(117,59,222); }
div.DivClassName
{
background-color: #753BDE;
}
.BgClassName
{
background-color: #753BDE;
}
</style>
border-color css
<style>
span { border-color: #753BDE; }
span { border-color: rgb(117,59,222); }
td.TdClassName
{
border-color: #753BDE;
}
.TagClassName
{
border-color: #753BDE;
}
</style>