Shades of Blue Violet #7E2CE5
Tints of Blue Violet #7E2CE5
RGB
CMYK
RGB Variations
Color information
#7E2CE5 (or 0x7E2CE5) is known color: Blue Violet. HEX triplet: 7E, 2C and E5. RGB value is (126,44,229). Sum of RGB (Red+Green+Blue) = 126+44+229=399 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.58% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 229 (89.84% from 255 or 57.39% from 399); Max value from RGB is 229 - color contains mainly: blue. Hex color #7E2CE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2CE5 is #81D31A. Grayscale: #585858. Windows color (decimal): -8508187 or 15019134. OLE color: 15019134.
HSL color Cylindrical-coordinate representation of color #7E2CE5: hue angle of 266.59º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7E2CE5 is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 126 | 44 | 229 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.10 |
| HSL | 266.59º | 0.78% | 0.54% | - |
| HSV(B) | 266.59º | 0.81% | 0.9% | - |
| XYZ | 23.65 | 11.89 | 75.18 | - |
| YUV | 89.61 | 206.67 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 44 | 229 | 0.45 | 0.81 | 0 | 0.10 | 266.59 | 0.78 | 0.54 |
| Hex | 7E | 2C | E5 | 2D | 51 | 0 | A | 10B | 4E | 36 |
| Octal | 176 | 54 | 345 | 55 | 121 | 0 | 12 | 413 | 116 | 66 |
| Binary | 1111110 | 101100 | 11100101 | 101101 | 1010001 | 0 | 1010 | 100001011 | 1001110 | 110110 |
Color Harmonies of #7E2CE5
Complementary color
Monochromatic Colors of #7E2CE5
Black with #7E2CE5
Text Example
Text Example
White with #7E2CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2CE5; }
p { color: rgb(126,44,229); }
H1.HeaderClassName
{
color: #7E2CE5;
}
.AnyTagClassName
{
color: #7E2CE5;
}
</style>
background-color css
<style>
a { background-color: #7E2CE5; }
a { background-color: rgb(126,44,229); }
div.DivClassName
{
background-color: #7E2CE5;
}
.BgClassName
{
background-color: #7E2CE5;
}
</style>
border-color css
<style>
span { border-color: #7E2CE5; }
span { border-color: rgb(126,44,229); }
td.TdClassName
{
border-color: #7E2CE5;
}
.TagClassName
{
border-color: #7E2CE5;
}
</style>