Shades of Blue Violet #7335EA
Tints of Blue Violet #7335EA
RGB
CMYK
RGB Variations
Color information
#7335EA (or 0x7335EA) is known color: Blue Violet. HEX triplet: 73, 35 and EA. RGB value is (115,53,234). Sum of RGB (Red+Green+Blue) = 115+53+234=402 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.61% from 402); Green value is 53 (21.09% from 255 or 13.18% from 402); Blue value is 234 (91.80% from 255 or 58.21% from 402); Max value from RGB is 234 - color contains mainly: blue. Hex color #7335EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7335EA is #8CCA15. Grayscale: #5B5B5B. Windows color (decimal): -9226774 or 15349107. OLE color: 15349107.
HSL color Cylindrical-coordinate representation of color #7335EA: hue angle of 260.55º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7335EA is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 53 | 234 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.08 |
| HSL | 260.55º | 0.81% | 0.56% | - |
| HSV(B) | 260.55º | 0.77% | 0.92% | - |
| XYZ | 23.19 | 12.13 | 78.96 | - |
| YUV | 92.17 | 208.04 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 53 | 234 | 0.51 | 0.77 | 0 | 0.08 | 260.55 | 0.81 | 0.56 |
| Hex | 73 | 35 | EA | 33 | 4D | 0 | 8 | 105 | 51 | 38 |
| Octal | 163 | 65 | 352 | 63 | 115 | 0 | 10 | 405 | 121 | 70 |
| Binary | 1110011 | 110101 | 11101010 | 110011 | 1001101 | 0 | 1000 | 100000101 | 1010001 | 111000 |
Color Harmonies of #7335EA
Complementary color
Monochromatic Colors of #7335EA
Black with #7335EA
Text Example
Text Example
White with #7335EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7335EA; }
p { color: rgb(115,53,234); }
H1.HeaderClassName
{
color: #7335EA;
}
.AnyTagClassName
{
color: #7335EA;
}
</style>
background-color css
<style>
a { background-color: #7335EA; }
a { background-color: rgb(115,53,234); }
div.DivClassName
{
background-color: #7335EA;
}
.BgClassName
{
background-color: #7335EA;
}
</style>
border-color css
<style>
span { border-color: #7335EA; }
span { border-color: rgb(115,53,234); }
td.TdClassName
{
border-color: #7335EA;
}
.TagClassName
{
border-color: #7335EA;
}
</style>