Shades of Blue Violet #753EDD
Tints of Blue Violet #753EDD
RGB
CMYK
RGB Variations
Color information
#753EDD (or 0x753EDD) is known color: Blue Violet. HEX triplet: 75, 3E and DD. RGB value is (117,62,221). Sum of RGB (Red+Green+Blue) = 117+62+221=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 62 (24.61% from 255 or 15.5% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #753EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753EDD is #8AC122. Grayscale: #5F5F5F. Windows color (decimal): -9093411 or 14499445. OLE color: 14499445.
HSL color Cylindrical-coordinate representation of color #753EDD: hue angle of 260.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #753EDD is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 62 | 221 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.13 |
| HSL | 260.75º | 0.7% | 0.55% | - |
| HSV(B) | 260.75º | 0.72% | 0.87% | - |
| XYZ | 22.11 | 12.45 | 69.64 | - |
| YUV | 96.57 | 198.22 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 62 | 221 | 0.47 | 0.72 | 0 | 0.13 | 260.75 | 0.7 | 0.55 |
| Hex | 75 | 3E | DD | 2F | 48 | 0 | D | 105 | 46 | 37 |
| Octal | 165 | 76 | 335 | 57 | 110 | 0 | 15 | 405 | 106 | 67 |
| Binary | 1110101 | 111110 | 11011101 | 101111 | 1001000 | 0 | 1101 | 100000101 | 1000110 | 110111 |
Color Harmonies of #753EDD
Complementary color
Monochromatic Colors of #753EDD
Black with #753EDD
Text Example
Text Example
White with #753EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753EDD; }
p { color: rgb(117,62,221); }
H1.HeaderClassName
{
color: #753EDD;
}
.AnyTagClassName
{
color: #753EDD;
}
</style>
background-color css
<style>
a { background-color: #753EDD; }
a { background-color: rgb(117,62,221); }
div.DivClassName
{
background-color: #753EDD;
}
.BgClassName
{
background-color: #753EDD;
}
</style>
border-color css
<style>
span { border-color: #753EDD; }
span { border-color: rgb(117,62,221); }
td.TdClassName
{
border-color: #753EDD;
}
.TagClassName
{
border-color: #753EDD;
}
</style>