Shades of Blue Violet #732EEB
Tints of Blue Violet #732EEB
RGB
CMYK
RGB Variations
Color information
#732EEB (or 0x732EEB) is known color: Blue Violet. HEX triplet: 73, 2E and EB. RGB value is (115,46,235). Sum of RGB (Red+Green+Blue) = 115+46+235=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 46 (18.36% from 255 or 11.62% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #732EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #732EEB is #8CD114. Grayscale: #575757. Windows color (decimal): -9228565 or 15412851. OLE color: 15412851.
HSL color Cylindrical-coordinate representation of color #732EEB: hue angle of 261.9º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #732EEB is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 46 | 235 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.08 |
| HSL | 261.9º | 0.83% | 0.55% | - |
| HSV(B) | 261.9º | 0.8% | 0.92% | - |
| XYZ | 23.04 | 11.6 | 79.62 | - |
| YUV | 88.18 | 210.86 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 46 | 235 | 0.51 | 0.80 | 0 | 0.08 | 261.9 | 0.83 | 0.55 |
| Hex | 73 | 2E | EB | 33 | 50 | 0 | 8 | 106 | 53 | 37 |
| Octal | 163 | 56 | 353 | 63 | 120 | 0 | 10 | 406 | 123 | 67 |
| Binary | 1110011 | 101110 | 11101011 | 110011 | 1010000 | 0 | 1000 | 100000110 | 1010011 | 110111 |
Color Harmonies of #732EEB
Complementary color
Monochromatic Colors of #732EEB
Black with #732EEB
Text Example
Text Example
White with #732EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732EEB; }
p { color: rgb(115,46,235); }
H1.HeaderClassName
{
color: #732EEB;
}
.AnyTagClassName
{
color: #732EEB;
}
</style>
background-color css
<style>
a { background-color: #732EEB; }
a { background-color: rgb(115,46,235); }
div.DivClassName
{
background-color: #732EEB;
}
.BgClassName
{
background-color: #732EEB;
}
</style>
border-color css
<style>
span { border-color: #732EEB; }
span { border-color: rgb(115,46,235); }
td.TdClassName
{
border-color: #732EEB;
}
.TagClassName
{
border-color: #732EEB;
}
</style>