Shades of Blue Violet #7C23EB
Tints of Blue Violet #7C23EB
RGB
CMYK
RGB Variations
Color information
#7C23EB (or 0x7C23EB) is known color: Blue Violet. HEX triplet: 7C, 23 and EB. RGB value is (124,35,235). Sum of RGB (Red+Green+Blue) = 124+35+235=394 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.47% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 235 (92.19% from 255 or 59.64% from 394); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C23EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C23EB is #83DC14. Grayscale: #535353. Windows color (decimal): -8641557 or 15410044. OLE color: 15410044.
HSL color Cylindrical-coordinate representation of color #7C23EB: hue angle of 266.7º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C23EB is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 35 | 235 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.08 |
| HSL | 266.7º | 0.83% | 0.53% | - |
| HSV(B) | 266.7º | 0.85% | 0.92% | - |
| XYZ | 23.91 | 11.49 | 79.55 | - |
| YUV | 84.41 | 212.99 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 35 | 235 | 0.47 | 0.85 | 0 | 0.08 | 266.7 | 0.83 | 0.53 |
| Hex | 7C | 23 | EB | 2F | 55 | 0 | 8 | 10B | 53 | 35 |
| Octal | 174 | 43 | 353 | 57 | 125 | 0 | 10 | 413 | 123 | 65 |
| Binary | 1111100 | 100011 | 11101011 | 101111 | 1010101 | 0 | 1000 | 100001011 | 1010011 | 110101 |
Color Harmonies of #7C23EB
Complementary color
Monochromatic Colors of #7C23EB
Black with #7C23EB
Text Example
Text Example
White with #7C23EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C23EB; }
p { color: rgb(124,35,235); }
H1.HeaderClassName
{
color: #7C23EB;
}
.AnyTagClassName
{
color: #7C23EB;
}
</style>
background-color css
<style>
a { background-color: #7C23EB; }
a { background-color: rgb(124,35,235); }
div.DivClassName
{
background-color: #7C23EB;
}
.BgClassName
{
background-color: #7C23EB;
}
</style>
border-color css
<style>
span { border-color: #7C23EB; }
span { border-color: rgb(124,35,235); }
td.TdClassName
{
border-color: #7C23EB;
}
.TagClassName
{
border-color: #7C23EB;
}
</style>