Shades of Blue Violet #7542EC
Tints of Blue Violet #7542EC
RGB
CMYK
RGB Variations
Color information
#7542EC (or 0x7542EC) is known color: Blue Violet. HEX triplet: 75, 42 and EC. RGB value is (117,66,236). Sum of RGB (Red+Green+Blue) = 117+66+236=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #7542EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7542EC is #8ABD13. Grayscale: #646464. Windows color (decimal): -9092372 or 15483509. OLE color: 15483509.
HSL color Cylindrical-coordinate representation of color #7542EC: hue angle of 258º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7542EC is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 66 | 236 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.07 |
| HSL | 258º | 0.82% | 0.59% | - |
| HSV(B) | 258º | 0.72% | 0.93% | - |
| XYZ | 24.42 | 13.73 | 80.72 | - |
| YUV | 100.63 | 204.4 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 66 | 236 | 0.50 | 0.72 | 0 | 0.07 | 258 | 0.82 | 0.59 |
| Hex | 75 | 42 | EC | 32 | 48 | 0 | 7 | 102 | 52 | 3B |
| Octal | 165 | 102 | 354 | 62 | 110 | 0 | 7 | 402 | 122 | 73 |
| Binary | 1110101 | 1000010 | 11101100 | 110010 | 1001000 | 0 | 111 | 100000010 | 1010010 | 111011 |
Color Harmonies of #7542EC
Complementary color
Monochromatic Colors of #7542EC
Black with #7542EC
Text Example
Text Example
White with #7542EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7542EC; }
p { color: rgb(117,66,236); }
H1.HeaderClassName
{
color: #7542EC;
}
.AnyTagClassName
{
color: #7542EC;
}
</style>
background-color css
<style>
a { background-color: #7542EC; }
a { background-color: rgb(117,66,236); }
div.DivClassName
{
background-color: #7542EC;
}
.BgClassName
{
background-color: #7542EC;
}
</style>
border-color css
<style>
span { border-color: #7542EC; }
span { border-color: rgb(117,66,236); }
td.TdClassName
{
border-color: #7542EC;
}
.TagClassName
{
border-color: #7542EC;
}
</style>