Shades of Blue Violet #753DEC
Tints of Blue Violet #753DEC
RGB
CMYK
RGB Variations
Color information
#753DEC (or 0x753DEC) is known color: Blue Violet. HEX triplet: 75, 3D and EC. RGB value is (117,61,236). Sum of RGB (Red+Green+Blue) = 117+61+236=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #753DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753DEC is #8AC213. Grayscale: #616161. Windows color (decimal): -9093652 or 15482229. OLE color: 15482229.
HSL color Cylindrical-coordinate representation of color #753DEC: hue angle of 259.2º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #753DEC is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 61 | 236 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.07 |
| HSL | 259.2º | 0.82% | 0.58% | - |
| HSV(B) | 259.2º | 0.74% | 0.93% | - |
| XYZ | 24.15 | 13.18 | 80.63 | - |
| YUV | 97.69 | 206.05 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 236 | 0.50 | 0.74 | 0 | 0.07 | 259.2 | 0.82 | 0.58 |
| Hex | 75 | 3D | EC | 32 | 4A | 0 | 7 | 103 | 52 | 3A |
| Octal | 165 | 75 | 354 | 62 | 112 | 0 | 7 | 403 | 122 | 72 |
| Binary | 1110101 | 111101 | 11101100 | 110010 | 1001010 | 0 | 111 | 100000011 | 1010010 | 111010 |
Color Harmonies of #753DEC
Complementary color
Monochromatic Colors of #753DEC
Black with #753DEC
Text Example
Text Example
White with #753DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753DEC; }
p { color: rgb(117,61,236); }
H1.HeaderClassName
{
color: #753DEC;
}
.AnyTagClassName
{
color: #753DEC;
}
</style>
background-color css
<style>
a { background-color: #753DEC; }
a { background-color: rgb(117,61,236); }
div.DivClassName
{
background-color: #753DEC;
}
.BgClassName
{
background-color: #753DEC;
}
</style>
border-color css
<style>
span { border-color: #753DEC; }
span { border-color: rgb(117,61,236); }
td.TdClassName
{
border-color: #753DEC;
}
.TagClassName
{
border-color: #753DEC;
}
</style>