Shades of Blue Violet #723DE0
Tints of Blue Violet #723DE0
RGB
CMYK
RGB Variations
Color information
#723DE0 (or 0x723DE0) is known color: Blue Violet. HEX triplet: 72, 3D and E0. RGB value is (114,61,224). Sum of RGB (Red+Green+Blue) = 114+61+224=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 224 (87.89% from 255 or 56.14% from 399); Max value from RGB is 224 - color contains mainly: blue. Hex color #723DE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #723DE0 is #8DC21F. Grayscale: #5E5E5E. Windows color (decimal): -9290272 or 14695794. OLE color: 14695794.
HSL color Cylindrical-coordinate representation of color #723DE0: hue angle of 259.51º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #723DE0 is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 61 | 224 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.12 |
| HSL | 259.51º | 0.72% | 0.56% | - |
| HSV(B) | 259.51º | 0.73% | 0.88% | - |
| XYZ | 22.06 | 12.3 | 71.73 | - |
| YUV | 95.43 | 200.56 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 61 | 224 | 0.49 | 0.73 | 0 | 0.12 | 259.51 | 0.72 | 0.56 |
| Hex | 72 | 3D | E0 | 31 | 49 | 0 | C | 104 | 48 | 38 |
| Octal | 162 | 75 | 340 | 61 | 111 | 0 | 14 | 404 | 110 | 70 |
| Binary | 1110010 | 111101 | 11100000 | 110001 | 1001001 | 0 | 1100 | 100000100 | 1001000 | 111000 |
Color Harmonies of #723DE0
Complementary color
Monochromatic Colors of #723DE0
Black with #723DE0
Text Example
Text Example
White with #723DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723DE0; }
p { color: rgb(114,61,224); }
H1.HeaderClassName
{
color: #723DE0;
}
.AnyTagClassName
{
color: #723DE0;
}
</style>
background-color css
<style>
a { background-color: #723DE0; }
a { background-color: rgb(114,61,224); }
div.DivClassName
{
background-color: #723DE0;
}
.BgClassName
{
background-color: #723DE0;
}
</style>
border-color css
<style>
span { border-color: #723DE0; }
span { border-color: rgb(114,61,224); }
td.TdClassName
{
border-color: #723DE0;
}
.TagClassName
{
border-color: #723DE0;
}
</style>