Shades of Blue Violet #732AE2
Tints of Blue Violet #732AE2
RGB
CMYK
RGB Variations
Color information
#732AE2 (or 0x732AE2) is known color: Blue Violet. HEX triplet: 73, 2A and E2. RGB value is (115,42,226). Sum of RGB (Red+Green+Blue) = 115+42+226=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 226 (88.67% from 255 or 59.01% from 383); Max value from RGB is 226 - color contains mainly: blue. Hex color #732AE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732AE2 is #8CD51D. Grayscale: #545454. Windows color (decimal): -9229598 or 14822003. OLE color: 14822003.
HSL color Cylindrical-coordinate representation of color #732AE2: hue angle of 263.8º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #732AE2 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 115 | 42 | 226 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.11 |
| HSL | 263.8º | 0.76% | 0.53% | - |
| HSV(B) | 263.8º | 0.81% | 0.89% | - |
| XYZ | 21.63 | 10.79 | 72.89 | - |
| YUV | 84.8 | 207.68 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 42 | 226 | 0.49 | 0.81 | 0 | 0.11 | 263.8 | 0.76 | 0.53 |
| Hex | 73 | 2A | E2 | 31 | 51 | 0 | B | 108 | 4C | 35 |
| Octal | 163 | 52 | 342 | 61 | 121 | 0 | 13 | 410 | 114 | 65 |
| Binary | 1110011 | 101010 | 11100010 | 110001 | 1010001 | 0 | 1011 | 100001000 | 1001100 | 110101 |
Color Harmonies of #732AE2
Complementary color
Monochromatic Colors of #732AE2
Black with #732AE2
Text Example
Text Example
White with #732AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732AE2; }
p { color: rgb(115,42,226); }
H1.HeaderClassName
{
color: #732AE2;
}
.AnyTagClassName
{
color: #732AE2;
}
</style>
background-color css
<style>
a { background-color: #732AE2; }
a { background-color: rgb(115,42,226); }
div.DivClassName
{
background-color: #732AE2;
}
.BgClassName
{
background-color: #732AE2;
}
</style>
border-color css
<style>
span { border-color: #732AE2; }
span { border-color: rgb(115,42,226); }
td.TdClassName
{
border-color: #732AE2;
}
.TagClassName
{
border-color: #732AE2;
}
</style>