Shades of Blue Violet #732FE0
Tints of Blue Violet #732FE0
RGB
CMYK
RGB Variations
Color information
#732FE0 (or 0x732FE0) is known color: Blue Violet. HEX triplet: 73, 2F and E0. RGB value is (115,47,224). Sum of RGB (Red+Green+Blue) = 115+47+224=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 224 (87.89% from 255 or 58.03% from 386); Max value from RGB is 224 - color contains mainly: blue. Hex color #732FE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732FE0 is #8CD01F. Grayscale: #565656. Windows color (decimal): -9228320 or 14692211. OLE color: 14692211.
HSL color Cylindrical-coordinate representation of color #732FE0: hue angle of 263.05º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #732FE0 is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 47 | 224 | - |
| CMYK | 0.49 | 0.79 | 0 | 0.12 |
| HSL | 263.05º | 0.74% | 0.53% | - |
| HSV(B) | 263.05º | 0.79% | 0.88% | - |
| XYZ | 21.54 | 11.06 | 71.52 | - |
| YUV | 87.51 | 205.03 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 47 | 224 | 0.49 | 0.79 | 0 | 0.12 | 263.05 | 0.74 | 0.53 |
| Hex | 73 | 2F | E0 | 31 | 4F | 0 | C | 107 | 4A | 35 |
| Octal | 163 | 57 | 340 | 61 | 117 | 0 | 14 | 407 | 112 | 65 |
| Binary | 1110011 | 101111 | 11100000 | 110001 | 1001111 | 0 | 1100 | 100000111 | 1001010 | 110101 |
Color Harmonies of #732FE0
Complementary color
Monochromatic Colors of #732FE0
Black with #732FE0
Text Example
Text Example
White with #732FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732FE0; }
p { color: rgb(115,47,224); }
H1.HeaderClassName
{
color: #732FE0;
}
.AnyTagClassName
{
color: #732FE0;
}
</style>
background-color css
<style>
a { background-color: #732FE0; }
a { background-color: rgb(115,47,224); }
div.DivClassName
{
background-color: #732FE0;
}
.BgClassName
{
background-color: #732FE0;
}
</style>
border-color css
<style>
span { border-color: #732FE0; }
span { border-color: rgb(115,47,224); }
td.TdClassName
{
border-color: #732FE0;
}
.TagClassName
{
border-color: #732FE0;
}
</style>