Shades of Blue Violet #7542EF
Tints of Blue Violet #7542EF
RGB
CMYK
RGB Variations
Color information
#7542EF (or 0x7542EF) is known color: Blue Violet. HEX triplet: 75, 42 and EF. RGB value is (117,66,239). Sum of RGB (Red+Green+Blue) = 117+66+239=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #7542EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7542EF is #8ABD10. Grayscale: #646464. Windows color (decimal): -9092369 or 15680117. OLE color: 15680117.
HSL color Cylindrical-coordinate representation of color #7542EF: hue angle of 257.69º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7542EF is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 66 | 239 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.06 |
| HSL | 257.69º | 0.84% | 0.6% | - |
| HSV(B) | 257.69º | 0.72% | 0.94% | - |
| XYZ | 24.86 | 13.91 | 83.04 | - |
| YUV | 100.97 | 205.9 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 66 | 239 | 0.51 | 0.72 | 0 | 0.06 | 257.69 | 0.84 | 0.6 |
| Hex | 75 | 42 | EF | 33 | 48 | 0 | 6 | 102 | 54 | 3C |
| Octal | 165 | 102 | 357 | 63 | 110 | 0 | 6 | 402 | 124 | 74 |
| Binary | 1110101 | 1000010 | 11101111 | 110011 | 1001000 | 0 | 110 | 100000010 | 1010100 | 111100 |
Color Harmonies of #7542EF
Complementary color
Monochromatic Colors of #7542EF
Black with #7542EF
Text Example
Text Example
White with #7542EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7542EF; }
p { color: rgb(117,66,239); }
H1.HeaderClassName
{
color: #7542EF;
}
.AnyTagClassName
{
color: #7542EF;
}
</style>
background-color css
<style>
a { background-color: #7542EF; }
a { background-color: rgb(117,66,239); }
div.DivClassName
{
background-color: #7542EF;
}
.BgClassName
{
background-color: #7542EF;
}
</style>
border-color css
<style>
span { border-color: #7542EF; }
span { border-color: rgb(117,66,239); }
td.TdClassName
{
border-color: #7542EF;
}
.TagClassName
{
border-color: #7542EF;
}
</style>