Shades of Blue Violet #723DEC
Tints of Blue Violet #723DEC
RGB
CMYK
RGB Variations
Color information
#723DEC (or 0x723DEC) is known color: Blue Violet. HEX triplet: 72, 3D and EC. RGB value is (114,61,236). Sum of RGB (Red+Green+Blue) = 114+61+236=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #723DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #723DEC is #8DC213. Grayscale: #606060. Windows color (decimal): -9290260 or 15482226. OLE color: 15482226.
HSL color Cylindrical-coordinate representation of color #723DEC: hue angle of 258.17º 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 #723DEC is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 61 | 236 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.07 |
| HSL | 258.17º | 0.82% | 0.58% | - |
| HSV(B) | 258.17º | 0.74% | 0.93% | - |
| XYZ | 23.75 | 12.97 | 80.61 | - |
| YUV | 96.8 | 206.56 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 61 | 236 | 0.52 | 0.74 | 0 | 0.07 | 258.17 | 0.82 | 0.58 |
| Hex | 72 | 3D | EC | 34 | 4A | 0 | 7 | 102 | 52 | 3A |
| Octal | 162 | 75 | 354 | 64 | 112 | 0 | 7 | 402 | 122 | 72 |
| Binary | 1110010 | 111101 | 11101100 | 110100 | 1001010 | 0 | 111 | 100000010 | 1010010 | 111010 |
Color Harmonies of #723DEC
Complementary color
Monochromatic Colors of #723DEC
Black with #723DEC
Text Example
Text Example
White with #723DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723DEC; }
p { color: rgb(114,61,236); }
H1.HeaderClassName
{
color: #723DEC;
}
.AnyTagClassName
{
color: #723DEC;
}
</style>
background-color css
<style>
a { background-color: #723DEC; }
a { background-color: rgb(114,61,236); }
div.DivClassName
{
background-color: #723DEC;
}
.BgClassName
{
background-color: #723DEC;
}
</style>
border-color css
<style>
span { border-color: #723DEC; }
span { border-color: rgb(114,61,236); }
td.TdClassName
{
border-color: #723DEC;
}
.TagClassName
{
border-color: #723DEC;
}
</style>