Shades of Blue Violet #753EEF
Tints of Blue Violet #753EEF
RGB
CMYK
RGB Variations
Color information
#753EEF (or 0x753EEF) is known color: Blue Violet. HEX triplet: 75, 3E and EF. RGB value is (117,62,239). Sum of RGB (Red+Green+Blue) = 117+62+239=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 62 (24.61% from 255 or 14.83% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #753EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753EEF is #8AC110. Grayscale: #616161. Windows color (decimal): -9093393 or 15679093. OLE color: 15679093.
HSL color Cylindrical-coordinate representation of color #753EEF: hue angle of 258.64º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #753EEF is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 62 | 239 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.06 |
| HSL | 258.64º | 0.85% | 0.59% | - |
| HSV(B) | 258.64º | 0.74% | 0.94% | - |
| XYZ | 24.64 | 13.46 | 82.96 | - |
| YUV | 98.62 | 207.22 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 62 | 239 | 0.51 | 0.74 | 0 | 0.06 | 258.64 | 0.85 | 0.59 |
| Hex | 75 | 3E | EF | 33 | 4A | 0 | 6 | 103 | 55 | 3B |
| Octal | 165 | 76 | 357 | 63 | 112 | 0 | 6 | 403 | 125 | 73 |
| Binary | 1110101 | 111110 | 11101111 | 110011 | 1001010 | 0 | 110 | 100000011 | 1010101 | 111011 |
Color Harmonies of #753EEF
Complementary color
Monochromatic Colors of #753EEF
Black with #753EEF
Text Example
Text Example
White with #753EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753EEF; }
p { color: rgb(117,62,239); }
H1.HeaderClassName
{
color: #753EEF;
}
.AnyTagClassName
{
color: #753EEF;
}
</style>
background-color css
<style>
a { background-color: #753EEF; }
a { background-color: rgb(117,62,239); }
div.DivClassName
{
background-color: #753EEF;
}
.BgClassName
{
background-color: #753EEF;
}
</style>
border-color css
<style>
span { border-color: #753EEF; }
span { border-color: rgb(117,62,239); }
td.TdClassName
{
border-color: #753EEF;
}
.TagClassName
{
border-color: #753EEF;
}
</style>