Shades of Blue Violet #7530EF
Tints of Blue Violet #7530EF
RGB
CMYK
RGB Variations
Color information
#7530EF (or 0x7530EF) is known color: Blue Violet. HEX triplet: 75, 30 and EF. RGB value is (117,48,239). Sum of RGB (Red+Green+Blue) = 117+48+239=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #7530EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7530EF is #8ACF10. Grayscale: #595959. Windows color (decimal): -9096977 or 15675509. OLE color: 15675509.
HSL color Cylindrical-coordinate representation of color #7530EF: hue angle of 261.68º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7530EF is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 48 | 239 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.06 |
| HSL | 261.68º | 0.86% | 0.56% | - |
| HSV(B) | 261.68º | 0.8% | 0.94% | - |
| XYZ | 23.97 | 12.13 | 82.74 | - |
| YUV | 90.41 | 211.86 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 48 | 239 | 0.51 | 0.80 | 0 | 0.06 | 261.68 | 0.86 | 0.56 |
| Hex | 75 | 30 | EF | 33 | 50 | 0 | 6 | 106 | 56 | 38 |
| Octal | 165 | 60 | 357 | 63 | 120 | 0 | 6 | 406 | 126 | 70 |
| Binary | 1110101 | 110000 | 11101111 | 110011 | 1010000 | 0 | 110 | 100000110 | 1010110 | 111000 |
Color Harmonies of #7530EF
Complementary color
Monochromatic Colors of #7530EF
Black with #7530EF
Text Example
Text Example
White with #7530EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7530EF; }
p { color: rgb(117,48,239); }
H1.HeaderClassName
{
color: #7530EF;
}
.AnyTagClassName
{
color: #7530EF;
}
</style>
background-color css
<style>
a { background-color: #7530EF; }
a { background-color: rgb(117,48,239); }
div.DivClassName
{
background-color: #7530EF;
}
.BgClassName
{
background-color: #7530EF;
}
</style>
border-color css
<style>
span { border-color: #7530EF; }
span { border-color: rgb(117,48,239); }
td.TdClassName
{
border-color: #7530EF;
}
.TagClassName
{
border-color: #7530EF;
}
</style>