Shades of Blue Violet #723BEE
Tints of Blue Violet #723BEE
RGB
CMYK
RGB Variations
Color information
#723BEE (or 0x723BEE) is known color: Blue Violet. HEX triplet: 72, 3B and EE. RGB value is (114,59,238). Sum of RGB (Red+Green+Blue) = 114+59+238=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 59 (23.44% from 255 or 14.36% from 411); Blue value is 238 (93.36% from 255 or 57.91% from 411); Max value from RGB is 238 - color contains mainly: blue. Hex color #723BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #723BEE is #8DC411. Grayscale: #5F5F5F. Windows color (decimal): -9290770 or 15612786. OLE color: 15612786.
HSL color Cylindrical-coordinate representation of color #723BEE: hue angle of 258.44º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #723BEE is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 59 | 238 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.07 |
| HSL | 258.44º | 0.84% | 0.58% | - |
| HSV(B) | 258.44º | 0.75% | 0.93% | - |
| XYZ | 23.94 | 12.88 | 82.11 | - |
| YUV | 95.85 | 208.22 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 59 | 238 | 0.52 | 0.75 | 0 | 0.07 | 258.44 | 0.84 | 0.58 |
| Hex | 72 | 3B | EE | 34 | 4B | 0 | 7 | 102 | 54 | 3A |
| Octal | 162 | 73 | 356 | 64 | 113 | 0 | 7 | 402 | 124 | 72 |
| Binary | 1110010 | 111011 | 11101110 | 110100 | 1001011 | 0 | 111 | 100000010 | 1010100 | 111010 |
Color Harmonies of #723BEE
Complementary color
Monochromatic Colors of #723BEE
Black with #723BEE
Text Example
Text Example
White with #723BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723BEE; }
p { color: rgb(114,59,238); }
H1.HeaderClassName
{
color: #723BEE;
}
.AnyTagClassName
{
color: #723BEE;
}
</style>
background-color css
<style>
a { background-color: #723BEE; }
a { background-color: rgb(114,59,238); }
div.DivClassName
{
background-color: #723BEE;
}
.BgClassName
{
background-color: #723BEE;
}
</style>
border-color css
<style>
span { border-color: #723BEE; }
span { border-color: rgb(114,59,238); }
td.TdClassName
{
border-color: #723BEE;
}
.TagClassName
{
border-color: #723BEE;
}
</style>