Shades of Blue Violet #723BED
Tints of Blue Violet #723BED
RGB
CMYK
RGB Variations
Color information
#723BED (or 0x723BED) is known color: Blue Violet. HEX triplet: 72, 3B and ED. RGB value is (114,59,237). Sum of RGB (Red+Green+Blue) = 114+59+237=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 59 (23.44% from 255 or 14.39% from 410); Blue value is 237 (92.97% from 255 or 57.80% from 410); Max value from RGB is 237 - color contains mainly: blue. Hex color #723BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #723BED is #8DC412. Grayscale: #5F5F5F. Windows color (decimal): -9290771 or 15547250. OLE color: 15547250.
HSL color Cylindrical-coordinate representation of color #723BED: hue angle of 258.54º degrees, saturation: 0.83, 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 #723BED is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 59 | 237 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.07 |
| HSL | 258.54º | 0.83% | 0.58% | - |
| HSV(B) | 258.54º | 0.75% | 0.93% | - |
| XYZ | 23.79 | 12.82 | 81.34 | - |
| YUV | 95.74 | 207.72 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 59 | 237 | 0.52 | 0.75 | 0 | 0.07 | 258.54 | 0.83 | 0.58 |
| Hex | 72 | 3B | ED | 34 | 4B | 0 | 7 | 103 | 53 | 3A |
| Octal | 162 | 73 | 355 | 64 | 113 | 0 | 7 | 403 | 123 | 72 |
| Binary | 1110010 | 111011 | 11101101 | 110100 | 1001011 | 0 | 111 | 100000011 | 1010011 | 111010 |
Color Harmonies of #723BED
Complementary color
Monochromatic Colors of #723BED
Black with #723BED
Text Example
Text Example
White with #723BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723BED; }
p { color: rgb(114,59,237); }
H1.HeaderClassName
{
color: #723BED;
}
.AnyTagClassName
{
color: #723BED;
}
</style>
background-color css
<style>
a { background-color: #723BED; }
a { background-color: rgb(114,59,237); }
div.DivClassName
{
background-color: #723BED;
}
.BgClassName
{
background-color: #723BED;
}
</style>
border-color css
<style>
span { border-color: #723BED; }
span { border-color: rgb(114,59,237); }
td.TdClassName
{
border-color: #723BED;
}
.TagClassName
{
border-color: #723BED;
}
</style>