Shades of Blue Violet #7C28EB
Tints of Blue Violet #7C28EB
RGB
CMYK
RGB Variations
Color information
#7C28EB (or 0x7C28EB) is known color: Blue Violet. HEX triplet: 7C, 28 and EB. RGB value is (124,40,235). Sum of RGB (Red+Green+Blue) = 124+40+235=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 40 (16.02% from 255 or 10.03% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C28EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C28EB is #83D714. Grayscale: #565656. Windows color (decimal): -8640277 or 15411324. OLE color: 15411324.
HSL color Cylindrical-coordinate representation of color #7C28EB: hue angle of 265.85º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C28EB is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 40 | 235 | - |
| CMYK | 0.47 | 0.83 | 0 | 0.08 |
| HSL | 265.85º | 0.83% | 0.54% | - |
| HSV(B) | 265.85º | 0.83% | 0.92% | - |
| XYZ | 24.07 | 11.8 | 79.61 | - |
| YUV | 87.35 | 211.33 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 40 | 235 | 0.47 | 0.83 | 0 | 0.08 | 265.85 | 0.83 | 0.54 |
| Hex | 7C | 28 | EB | 2F | 53 | 0 | 8 | 10A | 53 | 36 |
| Octal | 174 | 50 | 353 | 57 | 123 | 0 | 10 | 412 | 123 | 66 |
| Binary | 1111100 | 101000 | 11101011 | 101111 | 1010011 | 0 | 1000 | 100001010 | 1010011 | 110110 |
Color Harmonies of #7C28EB
Complementary color
Monochromatic Colors of #7C28EB
Black with #7C28EB
Text Example
Text Example
White with #7C28EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C28EB; }
p { color: rgb(124,40,235); }
H1.HeaderClassName
{
color: #7C28EB;
}
.AnyTagClassName
{
color: #7C28EB;
}
</style>
background-color css
<style>
a { background-color: #7C28EB; }
a { background-color: rgb(124,40,235); }
div.DivClassName
{
background-color: #7C28EB;
}
.BgClassName
{
background-color: #7C28EB;
}
</style>
border-color css
<style>
span { border-color: #7C28EB; }
span { border-color: rgb(124,40,235); }
td.TdClassName
{
border-color: #7C28EB;
}
.TagClassName
{
border-color: #7C28EB;
}
</style>