Shades of Blue Violet #723CEF
Tints of Blue Violet #723CEF
RGB
CMYK
RGB Variations
Color information
#723CEF (or 0x723CEF) is known color: Blue Violet. HEX triplet: 72, 3C and EF. RGB value is (114,60,239). Sum of RGB (Red+Green+Blue) = 114+60+239=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 60 (23.83% from 255 or 14.53% from 413); Blue value is 239 (93.75% from 255 or 57.87% from 413); Max value from RGB is 239 - color contains mainly: blue. Hex color #723CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #723CEF is #8DC310. Grayscale: #5F5F5F. Windows color (decimal): -9290513 or 15678578. OLE color: 15678578.
HSL color Cylindrical-coordinate representation of color #723CEF: hue angle of 258.1º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #723CEF is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 60 | 239 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.06 |
| HSL | 258.1º | 0.85% | 0.59% | - |
| HSV(B) | 258.1º | 0.75% | 0.94% | - |
| XYZ | 24.14 | 13.04 | 82.91 | - |
| YUV | 96.55 | 208.39 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 60 | 239 | 0.52 | 0.75 | 0 | 0.06 | 258.1 | 0.85 | 0.59 |
| Hex | 72 | 3C | EF | 34 | 4B | 0 | 6 | 102 | 55 | 3B |
| Octal | 162 | 74 | 357 | 64 | 113 | 0 | 6 | 402 | 125 | 73 |
| Binary | 1110010 | 111100 | 11101111 | 110100 | 1001011 | 0 | 110 | 100000010 | 1010101 | 111011 |
Color Harmonies of #723CEF
Complementary color
Monochromatic Colors of #723CEF
Black with #723CEF
Text Example
Text Example
White with #723CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723CEF; }
p { color: rgb(114,60,239); }
H1.HeaderClassName
{
color: #723CEF;
}
.AnyTagClassName
{
color: #723CEF;
}
</style>
background-color css
<style>
a { background-color: #723CEF; }
a { background-color: rgb(114,60,239); }
div.DivClassName
{
background-color: #723CEF;
}
.BgClassName
{
background-color: #723CEF;
}
</style>
border-color css
<style>
span { border-color: #723CEF; }
span { border-color: rgb(114,60,239); }
td.TdClassName
{
border-color: #723CEF;
}
.TagClassName
{
border-color: #723CEF;
}
</style>