Shades of Blue Violet #753EE6
Tints of Blue Violet #753EE6
RGB
CMYK
RGB Variations
Color information
#753EE6 (or 0x753EE6) is known color: Blue Violet. HEX triplet: 75, 3E and E6. RGB value is (117,62,230). Sum of RGB (Red+Green+Blue) = 117+62+230=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 62 (24.61% from 255 or 15.16% from 409); Blue value is 230 (90.23% from 255 or 56.23% from 409); Max value from RGB is 230 - color contains mainly: blue. Hex color #753EE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753EE6 is #8AC119. Grayscale: #606060. Windows color (decimal): -9093402 or 15089269. OLE color: 15089269.
HSL color Cylindrical-coordinate representation of color #753EE6: hue angle of 259.64º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #753EE6 is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 62 | 230 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.10 |
| HSL | 259.64º | 0.77% | 0.57% | - |
| HSV(B) | 259.64º | 0.73% | 0.9% | - |
| XYZ | 23.34 | 12.94 | 76.13 | - |
| YUV | 97.6 | 202.72 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 62 | 230 | 0.49 | 0.73 | 0 | 0.10 | 259.64 | 0.77 | 0.57 |
| Hex | 75 | 3E | E6 | 31 | 49 | 0 | A | 104 | 4D | 39 |
| Octal | 165 | 76 | 346 | 61 | 111 | 0 | 12 | 404 | 115 | 71 |
| Binary | 1110101 | 111110 | 11100110 | 110001 | 1001001 | 0 | 1010 | 100000100 | 1001101 | 111001 |
Color Harmonies of #753EE6
Complementary color
Monochromatic Colors of #753EE6
Black with #753EE6
Text Example
Text Example
White with #753EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753EE6; }
p { color: rgb(117,62,230); }
H1.HeaderClassName
{
color: #753EE6;
}
.AnyTagClassName
{
color: #753EE6;
}
</style>
background-color css
<style>
a { background-color: #753EE6; }
a { background-color: rgb(117,62,230); }
div.DivClassName
{
background-color: #753EE6;
}
.BgClassName
{
background-color: #753EE6;
}
</style>
border-color css
<style>
span { border-color: #753EE6; }
span { border-color: rgb(117,62,230); }
td.TdClassName
{
border-color: #753EE6;
}
.TagClassName
{
border-color: #753EE6;
}
</style>