Shades of Blue Violet #753FEB
Tints of Blue Violet #753FEB
RGB
CMYK
RGB Variations
Color information
#753FEB (or 0x753FEB) is known color: Blue Violet. HEX triplet: 75, 3F and EB. RGB value is (117,63,235). Sum of RGB (Red+Green+Blue) = 117+63+235=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #753FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753FEB is #8AC014. Grayscale: #626262. Windows color (decimal): -9093141 or 15417205. OLE color: 15417205.
HSL color Cylindrical-coordinate representation of color #753FEB: hue angle of 258.84º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #753FEB is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 63 | 235 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.08 |
| HSL | 258.84º | 0.81% | 0.58% | - |
| HSV(B) | 258.84º | 0.73% | 0.92% | - |
| XYZ | 24.11 | 13.34 | 79.9 | - |
| YUV | 98.75 | 204.89 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 235 | 0.50 | 0.73 | 0 | 0.08 | 258.84 | 0.81 | 0.58 |
| Hex | 75 | 3F | EB | 32 | 49 | 0 | 8 | 103 | 51 | 3A |
| Octal | 165 | 77 | 353 | 62 | 111 | 0 | 10 | 403 | 121 | 72 |
| Binary | 1110101 | 111111 | 11101011 | 110010 | 1001001 | 0 | 1000 | 100000011 | 1010001 | 111010 |
Color Harmonies of #753FEB
Complementary color
Monochromatic Colors of #753FEB
Black with #753FEB
Text Example
Text Example
White with #753FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753FEB; }
p { color: rgb(117,63,235); }
H1.HeaderClassName
{
color: #753FEB;
}
.AnyTagClassName
{
color: #753FEB;
}
</style>
background-color css
<style>
a { background-color: #753FEB; }
a { background-color: rgb(117,63,235); }
div.DivClassName
{
background-color: #753FEB;
}
.BgClassName
{
background-color: #753FEB;
}
</style>
border-color css
<style>
span { border-color: #753FEB; }
span { border-color: rgb(117,63,235); }
td.TdClassName
{
border-color: #753FEB;
}
.TagClassName
{
border-color: #753FEB;
}
</style>