Shades of Blue Violet #723CEC
Tints of Blue Violet #723CEC
RGB
CMYK
RGB Variations
Color information
#723CEC (or 0x723CEC) is known color: Blue Violet. HEX triplet: 72, 3C and EC. RGB value is (114,60,236). Sum of RGB (Red+Green+Blue) = 114+60+236=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 236 (92.58% from 255 or 57.56% from 410); Max value from RGB is 236 - color contains mainly: blue. Hex color #723CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #723CEC is #8DC313. Grayscale: #5F5F5F. Windows color (decimal): -9290516 or 15481970. OLE color: 15481970.
HSL color Cylindrical-coordinate representation of color #723CEC: hue angle of 258.41º degrees, saturation: 0.82, 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 #723CEC is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 60 | 236 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.07 |
| HSL | 258.41º | 0.82% | 0.58% | - |
| HSV(B) | 258.41º | 0.75% | 0.93% | - |
| XYZ | 23.7 | 12.87 | 80.59 | - |
| YUV | 96.21 | 206.89 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 60 | 236 | 0.52 | 0.75 | 0 | 0.07 | 258.41 | 0.82 | 0.58 |
| Hex | 72 | 3C | EC | 34 | 4B | 0 | 7 | 102 | 52 | 3A |
| Octal | 162 | 74 | 354 | 64 | 113 | 0 | 7 | 402 | 122 | 72 |
| Binary | 1110010 | 111100 | 11101100 | 110100 | 1001011 | 0 | 111 | 100000010 | 1010010 | 111010 |
Color Harmonies of #723CEC
Complementary color
Monochromatic Colors of #723CEC
Black with #723CEC
Text Example
Text Example
White with #723CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723CEC; }
p { color: rgb(114,60,236); }
H1.HeaderClassName
{
color: #723CEC;
}
.AnyTagClassName
{
color: #723CEC;
}
</style>
background-color css
<style>
a { background-color: #723CEC; }
a { background-color: rgb(114,60,236); }
div.DivClassName
{
background-color: #723CEC;
}
.BgClassName
{
background-color: #723CEC;
}
</style>
border-color css
<style>
span { border-color: #723CEC; }
span { border-color: rgb(114,60,236); }
td.TdClassName
{
border-color: #723CEC;
}
.TagClassName
{
border-color: #723CEC;
}
</style>