Shades of Blue Violet #723CDE
Tints of Blue Violet #723CDE
RGB
CMYK
RGB Variations
Color information
#723CDE (or 0x723CDE) is known color: Blue Violet. HEX triplet: 72, 3C and DE. RGB value is (114,60,222). Sum of RGB (Red+Green+Blue) = 114+60+222=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #723CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #723CDE is #8DC321. Grayscale: #5E5E5E. Windows color (decimal): -9290530 or 14564466. OLE color: 14564466.
HSL color Cylindrical-coordinate representation of color #723CDE: hue angle of 260º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #723CDE is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 60 | 222 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.13 |
| HSL | 260º | 0.71% | 0.55% | - |
| HSV(B) | 260º | 0.73% | 0.87% | - |
| XYZ | 21.74 | 12.08 | 70.29 | - |
| YUV | 94.61 | 199.89 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 60 | 222 | 0.49 | 0.73 | 0 | 0.13 | 260 | 0.71 | 0.55 |
| Hex | 72 | 3C | DE | 31 | 49 | 0 | D | 104 | 47 | 37 |
| Octal | 162 | 74 | 336 | 61 | 111 | 0 | 15 | 404 | 107 | 67 |
| Binary | 1110010 | 111100 | 11011110 | 110001 | 1001001 | 0 | 1101 | 100000100 | 1000111 | 110111 |
Color Harmonies of #723CDE
Complementary color
Monochromatic Colors of #723CDE
Black with #723CDE
Text Example
Text Example
White with #723CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723CDE; }
p { color: rgb(114,60,222); }
H1.HeaderClassName
{
color: #723CDE;
}
.AnyTagClassName
{
color: #723CDE;
}
</style>
background-color css
<style>
a { background-color: #723CDE; }
a { background-color: rgb(114,60,222); }
div.DivClassName
{
background-color: #723CDE;
}
.BgClassName
{
background-color: #723CDE;
}
</style>
border-color css
<style>
span { border-color: #723CDE; }
span { border-color: rgb(114,60,222); }
td.TdClassName
{
border-color: #723CDE;
}
.TagClassName
{
border-color: #723CDE;
}
</style>