Shades of Blue Violet #7530EA
Tints of Blue Violet #7530EA
RGB
CMYK
RGB Variations
Color information
#7530EA (or 0x7530EA) is known color: Blue Violet. HEX triplet: 75, 30 and EA. RGB value is (117,48,234). Sum of RGB (Red+Green+Blue) = 117+48+234=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #7530EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7530EA is #8ACF15. Grayscale: #595959. Windows color (decimal): -9096982 or 15347829. OLE color: 15347829.
HSL color Cylindrical-coordinate representation of color #7530EA: hue angle of 262.26º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7530EA is Cyan = 0.5, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 48 | 234 | - |
| CMYK | 0.5 | 0.79 | 0 | 0.08 |
| HSL | 262.26º | 0.82% | 0.55% | - |
| HSV(B) | 262.26º | 0.79% | 0.92% | - |
| XYZ | 23.24 | 11.84 | 78.9 | - |
| YUV | 89.84 | 209.36 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 48 | 234 | 0.5 | 0.79 | 0 | 0.08 | 262.26 | 0.82 | 0.55 |
| Hex | 75 | 30 | EA | 32 | 4F | 0 | 8 | 106 | 52 | 37 |
| Octal | 165 | 60 | 352 | 62 | 117 | 0 | 10 | 406 | 122 | 67 |
| Binary | 1110101 | 110000 | 11101010 | 110010 | 1001111 | 0 | 1000 | 100000110 | 1010010 | 110111 |
Color Harmonies of #7530EA
Complementary color
Monochromatic Colors of #7530EA
Black with #7530EA
Text Example
Text Example
White with #7530EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7530EA; }
p { color: rgb(117,48,234); }
H1.HeaderClassName
{
color: #7530EA;
}
.AnyTagClassName
{
color: #7530EA;
}
</style>
background-color css
<style>
a { background-color: #7530EA; }
a { background-color: rgb(117,48,234); }
div.DivClassName
{
background-color: #7530EA;
}
.BgClassName
{
background-color: #7530EA;
}
</style>
border-color css
<style>
span { border-color: #7530EA; }
span { border-color: rgb(117,48,234); }
td.TdClassName
{
border-color: #7530EA;
}
.TagClassName
{
border-color: #7530EA;
}
</style>