Shades of Blue Violet #732EE1
Tints of Blue Violet #732EE1
RGB
CMYK
RGB Variations
Color information
#732EE1 (or 0x732EE1) is known color: Blue Violet. HEX triplet: 73, 2E and E1. RGB value is (115,46,225). Sum of RGB (Red+Green+Blue) = 115+46+225=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 46 (18.36% from 255 or 11.92% from 386); Blue value is 225 (88.28% from 255 or 58.29% from 386); Max value from RGB is 225 - color contains mainly: blue. Hex color #732EE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732EE1 is #8CD11E. Grayscale: #565656. Windows color (decimal): -9228575 or 14757491. OLE color: 14757491.
HSL color Cylindrical-coordinate representation of color #732EE1: hue angle of 263.13º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #732EE1 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 46 | 225 | - |
| CMYK | 0.49 | 0.80 | 0 | 0.12 |
| HSL | 263.13º | 0.75% | 0.53% | - |
| HSV(B) | 263.13º | 0.8% | 0.88% | - |
| XYZ | 21.64 | 11.04 | 72.22 | - |
| YUV | 87.04 | 205.86 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 46 | 225 | 0.49 | 0.80 | 0 | 0.12 | 263.13 | 0.75 | 0.53 |
| Hex | 73 | 2E | E1 | 31 | 50 | 0 | C | 107 | 4B | 35 |
| Octal | 163 | 56 | 341 | 61 | 120 | 0 | 14 | 407 | 113 | 65 |
| Binary | 1110011 | 101110 | 11100001 | 110001 | 1010000 | 0 | 1100 | 100000111 | 1001011 | 110101 |
Color Harmonies of #732EE1
Complementary color
Monochromatic Colors of #732EE1
Black with #732EE1
Text Example
Text Example
White with #732EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732EE1; }
p { color: rgb(115,46,225); }
H1.HeaderClassName
{
color: #732EE1;
}
.AnyTagClassName
{
color: #732EE1;
}
</style>
background-color css
<style>
a { background-color: #732EE1; }
a { background-color: rgb(115,46,225); }
div.DivClassName
{
background-color: #732EE1;
}
.BgClassName
{
background-color: #732EE1;
}
</style>
border-color css
<style>
span { border-color: #732EE1; }
span { border-color: rgb(115,46,225); }
td.TdClassName
{
border-color: #732EE1;
}
.TagClassName
{
border-color: #732EE1;
}
</style>