Shades of Blue Violet #732FEC
Tints of Blue Violet #732FEC
RGB
CMYK
RGB Variations
Color information
#732FEC (or 0x732FEC) is known color: Blue Violet. HEX triplet: 73, 2F and EC. RGB value is (115,47,236). Sum of RGB (Red+Green+Blue) = 115+47+236=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #732FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #732FEC is #8CD013. Grayscale: #585858. Windows color (decimal): -9228308 or 15478643. OLE color: 15478643.
HSL color Cylindrical-coordinate representation of color #732FEC: hue angle of 261.59º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #732FEC is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 47 | 236 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.07 |
| HSL | 261.59º | 0.83% | 0.55% | - |
| HSV(B) | 261.59º | 0.8% | 0.93% | - |
| XYZ | 23.23 | 11.73 | 80.4 | - |
| YUV | 88.88 | 211.03 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 47 | 236 | 0.51 | 0.80 | 0 | 0.07 | 261.59 | 0.83 | 0.55 |
| Hex | 73 | 2F | EC | 33 | 50 | 0 | 7 | 106 | 53 | 37 |
| Octal | 163 | 57 | 354 | 63 | 120 | 0 | 7 | 406 | 123 | 67 |
| Binary | 1110011 | 101111 | 11101100 | 110011 | 1010000 | 0 | 111 | 100000110 | 1010011 | 110111 |
Color Harmonies of #732FEC
Complementary color
Monochromatic Colors of #732FEC
Black with #732FEC
Text Example
Text Example
White with #732FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732FEC; }
p { color: rgb(115,47,236); }
H1.HeaderClassName
{
color: #732FEC;
}
.AnyTagClassName
{
color: #732FEC;
}
</style>
background-color css
<style>
a { background-color: #732FEC; }
a { background-color: rgb(115,47,236); }
div.DivClassName
{
background-color: #732FEC;
}
.BgClassName
{
background-color: #732FEC;
}
</style>
border-color css
<style>
span { border-color: #732FEC; }
span { border-color: rgb(115,47,236); }
td.TdClassName
{
border-color: #732FEC;
}
.TagClassName
{
border-color: #732FEC;
}
</style>