Shades of Blue Violet #723EEC
Tints of Blue Violet #723EEC
RGB
CMYK
RGB Variations
Color information
#723EEC (or 0x723EEC) is known color: Blue Violet. HEX triplet: 72, 3E and EC. RGB value is (114,62,236). Sum of RGB (Red+Green+Blue) = 114+62+236=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 62 (24.61% from 255 or 15.05% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #723EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #723EEC is #8DC113. Grayscale: #606060. Windows color (decimal): -9290004 or 15482482. OLE color: 15482482.
HSL color Cylindrical-coordinate representation of color #723EEC: hue angle of 257.93º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #723EEC is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 62 | 236 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.07 |
| HSL | 257.93º | 0.82% | 0.58% | - |
| HSV(B) | 257.93º | 0.74% | 0.93% | - |
| XYZ | 23.8 | 13.08 | 80.63 | - |
| YUV | 97.38 | 206.23 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 62 | 236 | 0.52 | 0.74 | 0 | 0.07 | 257.93 | 0.82 | 0.58 |
| Hex | 72 | 3E | EC | 34 | 4A | 0 | 7 | 102 | 52 | 3A |
| Octal | 162 | 76 | 354 | 64 | 112 | 0 | 7 | 402 | 122 | 72 |
| Binary | 1110010 | 111110 | 11101100 | 110100 | 1001010 | 0 | 111 | 100000010 | 1010010 | 111010 |
Color Harmonies of #723EEC
Complementary color
Monochromatic Colors of #723EEC
Black with #723EEC
Text Example
Text Example
White with #723EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723EEC; }
p { color: rgb(114,62,236); }
H1.HeaderClassName
{
color: #723EEC;
}
.AnyTagClassName
{
color: #723EEC;
}
</style>
background-color css
<style>
a { background-color: #723EEC; }
a { background-color: rgb(114,62,236); }
div.DivClassName
{
background-color: #723EEC;
}
.BgClassName
{
background-color: #723EEC;
}
</style>
border-color css
<style>
span { border-color: #723EEC; }
span { border-color: rgb(114,62,236); }
td.TdClassName
{
border-color: #723EEC;
}
.TagClassName
{
border-color: #723EEC;
}
</style>