Shades of Blue Violet #723AE2
Tints of Blue Violet #723AE2
RGB
CMYK
RGB Variations
Color information
#723AE2 (or 0x723AE2) is known color: Blue Violet. HEX triplet: 72, 3A and E2. RGB value is (114,58,226). Sum of RGB (Red+Green+Blue) = 114+58+226=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 226 (88.67% from 255 or 56.78% from 398); Max value from RGB is 226 - color contains mainly: blue. Hex color #723AE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #723AE2 is #8DC51D. Grayscale: #5D5D5D. Windows color (decimal): -9291038 or 14826098. OLE color: 14826098.
HSL color Cylindrical-coordinate representation of color #723AE2: hue angle of 260º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #723AE2 is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 114 | 58 | 226 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.11 |
| HSL | 260º | 0.74% | 0.56% | - |
| HSV(B) | 260º | 0.74% | 0.89% | - |
| XYZ | 22.18 | 12.09 | 73.12 | - |
| YUV | 93.9 | 202.55 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 58 | 226 | 0.50 | 0.74 | 0 | 0.11 | 260 | 0.74 | 0.56 |
| Hex | 72 | 3A | E2 | 32 | 4A | 0 | B | 104 | 4A | 38 |
| Octal | 162 | 72 | 342 | 62 | 112 | 0 | 13 | 404 | 112 | 70 |
| Binary | 1110010 | 111010 | 11100010 | 110010 | 1001010 | 0 | 1011 | 100000100 | 1001010 | 111000 |
Color Harmonies of #723AE2
Complementary color
Monochromatic Colors of #723AE2
Black with #723AE2
Text Example
Text Example
White with #723AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723AE2; }
p { color: rgb(114,58,226); }
H1.HeaderClassName
{
color: #723AE2;
}
.AnyTagClassName
{
color: #723AE2;
}
</style>
background-color css
<style>
a { background-color: #723AE2; }
a { background-color: rgb(114,58,226); }
div.DivClassName
{
background-color: #723AE2;
}
.BgClassName
{
background-color: #723AE2;
}
</style>
border-color css
<style>
span { border-color: #723AE2; }
span { border-color: rgb(114,58,226); }
td.TdClassName
{
border-color: #723AE2;
}
.TagClassName
{
border-color: #723AE2;
}
</style>