Shades of Blue Violet #7534EE
Tints of Blue Violet #7534EE
RGB
CMYK
RGB Variations
Color information
#7534EE (or 0x7534EE) is known color: Blue Violet. HEX triplet: 75, 34 and EE. RGB value is (117,52,238). Sum of RGB (Red+Green+Blue) = 117+52+238=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 238 (93.36% from 255 or 58.48% from 407); Max value from RGB is 238 - color contains mainly: blue. Hex color #7534EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7534EE is #8ACB11. Grayscale: #5B5B5B. Windows color (decimal): -9095954 or 15610997. OLE color: 15610997.
HSL color Cylindrical-coordinate representation of color #7534EE: hue angle of 260.97º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7534EE is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 52 | 238 | - |
| CMYK | 0.51 | 0.78 | 0 | 0.07 |
| HSL | 260.97º | 0.85% | 0.57% | - |
| HSV(B) | 260.97º | 0.78% | 0.93% | - |
| XYZ | 24 | 12.41 | 82.02 | - |
| YUV | 92.64 | 210.03 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 52 | 238 | 0.51 | 0.78 | 0 | 0.07 | 260.97 | 0.85 | 0.57 |
| Hex | 75 | 34 | EE | 33 | 4E | 0 | 7 | 105 | 55 | 39 |
| Octal | 165 | 64 | 356 | 63 | 116 | 0 | 7 | 405 | 125 | 71 |
| Binary | 1110101 | 110100 | 11101110 | 110011 | 1001110 | 0 | 111 | 100000101 | 1010101 | 111001 |
Color Harmonies of #7534EE
Complementary color
Monochromatic Colors of #7534EE
Black with #7534EE
Text Example
Text Example
White with #7534EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7534EE; }
p { color: rgb(117,52,238); }
H1.HeaderClassName
{
color: #7534EE;
}
.AnyTagClassName
{
color: #7534EE;
}
</style>
background-color css
<style>
a { background-color: #7534EE; }
a { background-color: rgb(117,52,238); }
div.DivClassName
{
background-color: #7534EE;
}
.BgClassName
{
background-color: #7534EE;
}
</style>
border-color css
<style>
span { border-color: #7534EE; }
span { border-color: rgb(117,52,238); }
td.TdClassName
{
border-color: #7534EE;
}
.TagClassName
{
border-color: #7534EE;
}
</style>