Shades of Blue Violet #7C28EE
Tints of Blue Violet #7C28EE
RGB
CMYK
RGB Variations
Color information
#7C28EE (or 0x7C28EE) is known color: Blue Violet. HEX triplet: 7C, 28 and EE. RGB value is (124,40,238). Sum of RGB (Red+Green+Blue) = 124+40+238=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 238 (93.36% from 255 or 59.20% from 402); Max value from RGB is 238 - color contains mainly: blue. Hex color #7C28EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C28EE is #83D711. Grayscale: #565656. Windows color (decimal): -8640274 or 15607932. OLE color: 15607932.
HSL color Cylindrical-coordinate representation of color #7C28EE: hue angle of 265.45º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C28EE is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 40 | 238 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.07 |
| HSL | 265.45º | 0.85% | 0.55% | - |
| HSV(B) | 265.45º | 0.83% | 0.93% | - |
| XYZ | 24.5 | 11.98 | 81.91 | - |
| YUV | 87.69 | 212.83 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 40 | 238 | 0.48 | 0.83 | 0 | 0.07 | 265.45 | 0.85 | 0.55 |
| Hex | 7C | 28 | EE | 30 | 53 | 0 | 7 | 109 | 55 | 37 |
| Octal | 174 | 50 | 356 | 60 | 123 | 0 | 7 | 411 | 125 | 67 |
| Binary | 1111100 | 101000 | 11101110 | 110000 | 1010011 | 0 | 111 | 100001001 | 1010101 | 110111 |
Color Harmonies of #7C28EE
Complementary color
Monochromatic Colors of #7C28EE
Black with #7C28EE
Text Example
Text Example
White with #7C28EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C28EE; }
p { color: rgb(124,40,238); }
H1.HeaderClassName
{
color: #7C28EE;
}
.AnyTagClassName
{
color: #7C28EE;
}
</style>
background-color css
<style>
a { background-color: #7C28EE; }
a { background-color: rgb(124,40,238); }
div.DivClassName
{
background-color: #7C28EE;
}
.BgClassName
{
background-color: #7C28EE;
}
</style>
border-color css
<style>
span { border-color: #7C28EE; }
span { border-color: rgb(124,40,238); }
td.TdClassName
{
border-color: #7C28EE;
}
.TagClassName
{
border-color: #7C28EE;
}
</style>