Shades of Blue Violet #753CEE
Tints of Blue Violet #753CEE
RGB
CMYK
RGB Variations
Color information
#753CEE (or 0x753CEE) is known color: Blue Violet. HEX triplet: 75, 3C and EE. RGB value is (117,60,238). Sum of RGB (Red+Green+Blue) = 117+60+238=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 238 (93.36% from 255 or 57.35% from 415); Max value from RGB is 238 - color contains mainly: blue. Hex color #753CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753CEE is #8AC311. Grayscale: #606060. Windows color (decimal): -9093906 or 15613045. OLE color: 15613045.
HSL color Cylindrical-coordinate representation of color #753CEE: hue angle of 259.21º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #753CEE is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 60 | 238 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.07 |
| HSL | 259.21º | 0.84% | 0.58% | - |
| HSV(B) | 259.21º | 0.75% | 0.93% | - |
| XYZ | 24.38 | 13.19 | 82.15 | - |
| YUV | 97.34 | 207.38 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 60 | 238 | 0.51 | 0.75 | 0 | 0.07 | 259.21 | 0.84 | 0.58 |
| Hex | 75 | 3C | EE | 33 | 4B | 0 | 7 | 103 | 54 | 3A |
| Octal | 165 | 74 | 356 | 63 | 113 | 0 | 7 | 403 | 124 | 72 |
| Binary | 1110101 | 111100 | 11101110 | 110011 | 1001011 | 0 | 111 | 100000011 | 1010100 | 111010 |
Color Harmonies of #753CEE
Complementary color
Monochromatic Colors of #753CEE
Black with #753CEE
Text Example
Text Example
White with #753CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753CEE; }
p { color: rgb(117,60,238); }
H1.HeaderClassName
{
color: #753CEE;
}
.AnyTagClassName
{
color: #753CEE;
}
</style>
background-color css
<style>
a { background-color: #753CEE; }
a { background-color: rgb(117,60,238); }
div.DivClassName
{
background-color: #753CEE;
}
.BgClassName
{
background-color: #753CEE;
}
</style>
border-color css
<style>
span { border-color: #753CEE; }
span { border-color: rgb(117,60,238); }
td.TdClassName
{
border-color: #753CEE;
}
.TagClassName
{
border-color: #753CEE;
}
</style>