Shades of Blue Violet #732EEE
Tints of Blue Violet #732EEE
RGB
CMYK
RGB Variations
Color information
#732EEE (or 0x732EEE) is known color: Blue Violet. HEX triplet: 73, 2E and EE. RGB value is (115,46,238). Sum of RGB (Red+Green+Blue) = 115+46+238=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 46 (18.36% from 255 or 11.53% from 399); Blue value is 238 (93.36% from 255 or 59.65% from 399); Max value from RGB is 238 - color contains mainly: blue. Hex color #732EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #732EEE is #8CD111. Grayscale: #575757. Windows color (decimal): -9228562 or 15609459. OLE color: 15609459.
HSL color Cylindrical-coordinate representation of color #732EEE: hue angle of 261.56º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #732EEE is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 46 | 238 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.07 |
| HSL | 261.56º | 0.85% | 0.56% | - |
| HSV(B) | 261.56º | 0.81% | 0.93% | - |
| XYZ | 23.48 | 11.77 | 81.92 | - |
| YUV | 88.52 | 212.36 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 46 | 238 | 0.52 | 0.81 | 0 | 0.07 | 261.56 | 0.85 | 0.56 |
| Hex | 73 | 2E | EE | 34 | 51 | 0 | 7 | 106 | 55 | 38 |
| Octal | 163 | 56 | 356 | 64 | 121 | 0 | 7 | 406 | 125 | 70 |
| Binary | 1110011 | 101110 | 11101110 | 110100 | 1010001 | 0 | 111 | 100000110 | 1010101 | 111000 |
Color Harmonies of #732EEE
Complementary color
Monochromatic Colors of #732EEE
Black with #732EEE
Text Example
Text Example
White with #732EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732EEE; }
p { color: rgb(115,46,238); }
H1.HeaderClassName
{
color: #732EEE;
}
.AnyTagClassName
{
color: #732EEE;
}
</style>
background-color css
<style>
a { background-color: #732EEE; }
a { background-color: rgb(115,46,238); }
div.DivClassName
{
background-color: #732EEE;
}
.BgClassName
{
background-color: #732EEE;
}
</style>
border-color css
<style>
span { border-color: #732EEE; }
span { border-color: rgb(115,46,238); }
td.TdClassName
{
border-color: #732EEE;
}
.TagClassName
{
border-color: #732EEE;
}
</style>