Shades of Blue Violet #753CEF
Tints of Blue Violet #753CEF
RGB
CMYK
RGB Variations
Color information
#753CEF (or 0x753CEF) is known color: Blue Violet. HEX triplet: 75, 3C and EF. RGB value is (117,60,239). Sum of RGB (Red+Green+Blue) = 117+60+239=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #753CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753CEF is #8AC310. Grayscale: #606060. Windows color (decimal): -9093905 or 15678581. OLE color: 15678581.
HSL color Cylindrical-coordinate representation of color #753CEF: hue angle of 259.11º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #753CEF is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 60 | 239 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.06 |
| HSL | 259.11º | 0.85% | 0.59% | - |
| HSV(B) | 259.11º | 0.75% | 0.94% | - |
| XYZ | 24.53 | 13.25 | 82.93 | - |
| YUV | 97.45 | 207.88 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 60 | 239 | 0.51 | 0.75 | 0 | 0.06 | 259.11 | 0.85 | 0.59 |
| Hex | 75 | 3C | EF | 33 | 4B | 0 | 6 | 103 | 55 | 3B |
| Octal | 165 | 74 | 357 | 63 | 113 | 0 | 6 | 403 | 125 | 73 |
| Binary | 1110101 | 111100 | 11101111 | 110011 | 1001011 | 0 | 110 | 100000011 | 1010101 | 111011 |
Color Harmonies of #753CEF
Complementary color
Monochromatic Colors of #753CEF
Black with #753CEF
Text Example
Text Example
White with #753CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753CEF; }
p { color: rgb(117,60,239); }
H1.HeaderClassName
{
color: #753CEF;
}
.AnyTagClassName
{
color: #753CEF;
}
</style>
background-color css
<style>
a { background-color: #753CEF; }
a { background-color: rgb(117,60,239); }
div.DivClassName
{
background-color: #753CEF;
}
.BgClassName
{
background-color: #753CEF;
}
</style>
border-color css
<style>
span { border-color: #753CEF; }
span { border-color: rgb(117,60,239); }
td.TdClassName
{
border-color: #753CEF;
}
.TagClassName
{
border-color: #753CEF;
}
</style>