Shades of Blue Violet #7333EB
Tints of Blue Violet #7333EB
RGB
CMYK
RGB Variations
Color information
#7333EB (or 0x7333EB) is known color: Blue Violet. HEX triplet: 73, 33 and EB. RGB value is (115,51,235). Sum of RGB (Red+Green+Blue) = 115+51+235=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 51 (20.31% from 255 or 12.72% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #7333EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7333EB is #8CCC14. Grayscale: #5A5A5A. Windows color (decimal): -9227285 or 15414131. OLE color: 15414131.
HSL color Cylindrical-coordinate representation of color #7333EB: hue angle of 260.87º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7333EB is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 51 | 235 | - |
| CMYK | 0.51 | 0.78 | 0 | 0.08 |
| HSL | 260.87º | 0.82% | 0.56% | - |
| HSV(B) | 260.87º | 0.78% | 0.92% | - |
| XYZ | 23.25 | 12.01 | 79.69 | - |
| YUV | 91.11 | 209.2 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 51 | 235 | 0.51 | 0.78 | 0 | 0.08 | 260.87 | 0.82 | 0.56 |
| Hex | 73 | 33 | EB | 33 | 4E | 0 | 8 | 105 | 52 | 38 |
| Octal | 163 | 63 | 353 | 63 | 116 | 0 | 10 | 405 | 122 | 70 |
| Binary | 1110011 | 110011 | 11101011 | 110011 | 1001110 | 0 | 1000 | 100000101 | 1010010 | 111000 |
Color Harmonies of #7333EB
Complementary color
Monochromatic Colors of #7333EB
Black with #7333EB
Text Example
Text Example
White with #7333EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7333EB; }
p { color: rgb(115,51,235); }
H1.HeaderClassName
{
color: #7333EB;
}
.AnyTagClassName
{
color: #7333EB;
}
</style>
background-color css
<style>
a { background-color: #7333EB; }
a { background-color: rgb(115,51,235); }
div.DivClassName
{
background-color: #7333EB;
}
.BgClassName
{
background-color: #7333EB;
}
</style>
border-color css
<style>
span { border-color: #7333EB; }
span { border-color: rgb(115,51,235); }
td.TdClassName
{
border-color: #7333EB;
}
.TagClassName
{
border-color: #7333EB;
}
</style>