Shades of Blue Violet #753BDC
Tints of Blue Violet #753BDC
RGB
CMYK
RGB Variations
Color information
#753BDC (or 0x753BDC) is known color: Blue Violet. HEX triplet: 75, 3B and DC. RGB value is (117,59,220). Sum of RGB (Red+Green+Blue) = 117+59+220=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 59 (23.44% from 255 or 14.90% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #753BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753BDC is #8AC423. Grayscale: #5E5E5E. Windows color (decimal): -9094180 or 14433141. OLE color: 14433141.
HSL color Cylindrical-coordinate representation of color #753BDC: hue angle of 261.61º degrees, saturation: 0.7, 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 #753BDC is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 59 | 220 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.14 |
| HSL | 261.61º | 0.7% | 0.55% | - |
| HSV(B) | 261.61º | 0.73% | 0.86% | - |
| XYZ | 21.82 | 12.08 | 68.89 | - |
| YUV | 94.7 | 198.72 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 220 | 0.47 | 0.73 | 0 | 0.14 | 261.61 | 0.7 | 0.55 |
| Hex | 75 | 3B | DC | 2F | 49 | 0 | E | 106 | 46 | 37 |
| Octal | 165 | 73 | 334 | 57 | 111 | 0 | 16 | 406 | 106 | 67 |
| Binary | 1110101 | 111011 | 11011100 | 101111 | 1001001 | 0 | 1110 | 100000110 | 1000110 | 110111 |
Color Harmonies of #753BDC
Complementary color
Monochromatic Colors of #753BDC
Black with #753BDC
Text Example
Text Example
White with #753BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753BDC; }
p { color: rgb(117,59,220); }
H1.HeaderClassName
{
color: #753BDC;
}
.AnyTagClassName
{
color: #753BDC;
}
</style>
background-color css
<style>
a { background-color: #753BDC; }
a { background-color: rgb(117,59,220); }
div.DivClassName
{
background-color: #753BDC;
}
.BgClassName
{
background-color: #753BDC;
}
</style>
border-color css
<style>
span { border-color: #753BDC; }
span { border-color: rgb(117,59,220); }
td.TdClassName
{
border-color: #753BDC;
}
.TagClassName
{
border-color: #753BDC;
}
</style>