Shades of Blue Violet #7523EA
Tints of Blue Violet #7523EA
RGB
CMYK
RGB Variations
Color information
#7523EA (or 0x7523EA) is known color: Blue Violet. HEX triplet: 75, 23 and EA. RGB value is (117,35,234). Sum of RGB (Red+Green+Blue) = 117+35+234=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #7523EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7523EA is #8ADC15. Grayscale: #515151. Windows color (decimal): -9100310 or 15344501. OLE color: 15344501.
HSL color Cylindrical-coordinate representation of color #7523EA: hue angle of 264.72º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7523EA is Cyan = 0.5, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 35 | 234 | - |
| CMYK | 0.5 | 0.85 | 0 | 0.08 |
| HSL | 264.72º | 0.83% | 0.53% | - |
| HSV(B) | 264.72º | 0.85% | 0.92% | - |
| XYZ | 22.79 | 10.92 | 78.75 | - |
| YUV | 82.2 | 213.67 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 35 | 234 | 0.5 | 0.85 | 0 | 0.08 | 264.72 | 0.83 | 0.53 |
| Hex | 75 | 23 | EA | 32 | 55 | 0 | 8 | 109 | 53 | 35 |
| Octal | 165 | 43 | 352 | 62 | 125 | 0 | 10 | 411 | 123 | 65 |
| Binary | 1110101 | 100011 | 11101010 | 110010 | 1010101 | 0 | 1000 | 100001001 | 1010011 | 110101 |
Color Harmonies of #7523EA
Complementary color
Monochromatic Colors of #7523EA
Black with #7523EA
Text Example
Text Example
White with #7523EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7523EA; }
p { color: rgb(117,35,234); }
H1.HeaderClassName
{
color: #7523EA;
}
.AnyTagClassName
{
color: #7523EA;
}
</style>
background-color css
<style>
a { background-color: #7523EA; }
a { background-color: rgb(117,35,234); }
div.DivClassName
{
background-color: #7523EA;
}
.BgClassName
{
background-color: #7523EA;
}
</style>
border-color css
<style>
span { border-color: #7523EA; }
span { border-color: rgb(117,35,234); }
td.TdClassName
{
border-color: #7523EA;
}
.TagClassName
{
border-color: #7523EA;
}
</style>