Shades of Blue Violet #732FEF
Tints of Blue Violet #732FEF
RGB
CMYK
RGB Variations
Color information
#732FEF (or 0x732FEF) is known color: Blue Violet. HEX triplet: 73, 2F and EF. RGB value is (115,47,239). Sum of RGB (Red+Green+Blue) = 115+47+239=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 239 (93.75% from 255 or 59.60% from 401); Max value from RGB is 239 - color contains mainly: blue. Hex color #732FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #732FEF is #8CD010. Grayscale: #585858. Windows color (decimal): -9228305 or 15675251. OLE color: 15675251.
HSL color Cylindrical-coordinate representation of color #732FEF: hue angle of 261.25º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #732FEF is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 47 | 239 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.06 |
| HSL | 261.25º | 0.86% | 0.56% | - |
| HSV(B) | 261.25º | 0.8% | 0.94% | - |
| XYZ | 23.67 | 11.91 | 82.71 | - |
| YUV | 89.22 | 212.53 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 47 | 239 | 0.52 | 0.80 | 0 | 0.06 | 261.25 | 0.86 | 0.56 |
| Hex | 73 | 2F | EF | 34 | 50 | 0 | 6 | 105 | 56 | 38 |
| Octal | 163 | 57 | 357 | 64 | 120 | 0 | 6 | 405 | 126 | 70 |
| Binary | 1110011 | 101111 | 11101111 | 110100 | 1010000 | 0 | 110 | 100000101 | 1010110 | 111000 |
Color Harmonies of #732FEF
Complementary color
Monochromatic Colors of #732FEF
Black with #732FEF
Text Example
Text Example
White with #732FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732FEF; }
p { color: rgb(115,47,239); }
H1.HeaderClassName
{
color: #732FEF;
}
.AnyTagClassName
{
color: #732FEF;
}
</style>
background-color css
<style>
a { background-color: #732FEF; }
a { background-color: rgb(115,47,239); }
div.DivClassName
{
background-color: #732FEF;
}
.BgClassName
{
background-color: #732FEF;
}
</style>
border-color css
<style>
span { border-color: #732FEF; }
span { border-color: rgb(115,47,239); }
td.TdClassName
{
border-color: #732FEF;
}
.TagClassName
{
border-color: #732FEF;
}
</style>