Shades of Blue Violet #7E2ECB
Tints of Blue Violet #7E2ECB
RGB
CMYK
RGB Variations
Color information
#7E2ECB (or 0x7E2ECB) is known color: Blue Violet. HEX triplet: 7E, 2E and CB. RGB value is (126,46,203). Sum of RGB (Red+Green+Blue) = 126+46+203=375 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.6% from 375); Green value is 46 (18.36% from 255 or 12.27% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #7E2ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2ECB is #81D134. Grayscale: #575757. Windows color (decimal): -8507701 or 13315710. OLE color: 13315710.
HSL color Cylindrical-coordinate representation of color #7E2ECB: hue angle of 270.57º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E2ECB is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 126 | 46 | 203 | - |
CMYK | 0.38 | 0.77 | 0 | 0.20 |
HSL | 270.57º | 0.63% | 0.49% | - |
HSV(B) | 270.57º | 0.77% | 0.8% | - |
XYZ | 20.36 | 10.7 | 57.49 | - |
YUV | 87.82 | 193 | 155.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 126 | 46 | 203 | 0.38 | 0.77 | 0 | 0.20 | 270.57 | 0.63 | 0.49 |
Hex | 7E | 2E | CB | 26 | 4D | 0 | 14 | 10F | 3F | 31 |
Octal | 176 | 56 | 313 | 46 | 115 | 0 | 24 | 417 | 77 | 61 |
Binary | 1111110 | 101110 | 11001011 | 100110 | 1001101 | 0 | 10100 | 100001111 | 111111 | 110001 |
Color Harmonies of #7E2ECB
Complementary color
Monochromatic Colors of #7E2ECB
Black with #7E2ECB
Text Example
Text Example
White with #7E2ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2ECB; }
p { color: rgb(126,46,203); }
H1.HeaderClassName
{
color: #7E2ECB;
}
.AnyTagClassName
{
color: #7E2ECB;
}
</style>
background-color css
<style>
a { background-color: #7E2ECB; }
a { background-color: rgb(126,46,203); }
div.DivClassName
{
background-color: #7E2ECB;
}
.BgClassName
{
background-color: #7E2ECB;
}
</style>
border-color css
<style>
span { border-color: #7E2ECB; }
span { border-color: rgb(126,46,203); }
td.TdClassName
{
border-color: #7E2ECB;
}
.TagClassName
{
border-color: #7E2ECB;
}
</style>