Shades of Blue Violet #732BE0
Tints of Blue Violet #732BE0
RGB
CMYK
RGB Variations
Color information
#732BE0 (or 0x732BE0) is known color: Blue Violet. HEX triplet: 73, 2B and E0. RGB value is (115,43,224). Sum of RGB (Red+Green+Blue) = 115+43+224=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 224 (87.89% from 255 or 58.64% from 382); Max value from RGB is 224 - color contains mainly: blue. Hex color #732BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732BE0 is #8CD41F. Grayscale: #545454. Windows color (decimal): -9229344 or 14691187. OLE color: 14691187.
HSL color Cylindrical-coordinate representation of color #732BE0: hue angle of 263.87º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #732BE0 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 43 | 224 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.12 |
| HSL | 263.87º | 0.74% | 0.52% | - |
| HSV(B) | 263.87º | 0.81% | 0.88% | - |
| XYZ | 21.39 | 10.75 | 71.47 | - |
| YUV | 85.16 | 206.35 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 43 | 224 | 0.49 | 0.81 | 0 | 0.12 | 263.87 | 0.74 | 0.52 |
| Hex | 73 | 2B | E0 | 31 | 51 | 0 | C | 108 | 4A | 34 |
| Octal | 163 | 53 | 340 | 61 | 121 | 0 | 14 | 410 | 112 | 64 |
| Binary | 1110011 | 101011 | 11100000 | 110001 | 1010001 | 0 | 1100 | 100001000 | 1001010 | 110100 |
Color Harmonies of #732BE0
Complementary color
Monochromatic Colors of #732BE0
Black with #732BE0
Text Example
Text Example
White with #732BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732BE0; }
p { color: rgb(115,43,224); }
H1.HeaderClassName
{
color: #732BE0;
}
.AnyTagClassName
{
color: #732BE0;
}
</style>
background-color css
<style>
a { background-color: #732BE0; }
a { background-color: rgb(115,43,224); }
div.DivClassName
{
background-color: #732BE0;
}
.BgClassName
{
background-color: #732BE0;
}
</style>
border-color css
<style>
span { border-color: #732BE0; }
span { border-color: rgb(115,43,224); }
td.TdClassName
{
border-color: #732BE0;
}
.TagClassName
{
border-color: #732BE0;
}
</style>