#7C2EE8

Color #7C2EE8 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7C2EE8

Tints of Blue Violet #7C2EE8

Color information

#7C2EE8 (or 0x7C2EE8) is unknown color: approx Blue Violet. HEX triplet: 7C, 2E and E8. RGB value is (124,46,232). Sum of RGB (Red+Green+Blue) = 124+46+232=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 232 (91.02% from 255 or 57.71% from 402); Max value from RGB is 232 - color contains mainly: blue. Hex color #7C2EE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C2EE8 is #83D117. Grayscale: #595959. Windows color (decimal): -8638744 or 15216252. OLE color: 15216252.

HSL color Cylindrical-coordinate representation of color #7C2EE8: hue angle of 265.16º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C2EE8 is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB12446232-
CMYK0.470.8000.09
HSL265.16º80.17%54.51%-
HSV(B)265.16º80.17%90.98%-
XYZ23.8512.0777.42-
YUV90.53207.84151.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 30.85%
GREEN value IS 46 (18.36% from 255) = 11.44%
BLUE value IS 232 (91.02% from 255) = 57.71%
R=30.85%
G=11.44%
B=57.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal124462320.470.8000.09265.1680.1754.51
Hex7C2EE82F50091095037
Octal174563505712001141112067
Binary1111100101110111010001011111010000010011000010011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C2EE8; }

 p { color: rgb(124,46,232); }

 H1.HeaderClassName
 {
   color: #7C2EE8;
 }
 .AnyTagClassName
 {
   color: #7C2EE8;
 }
</style>
background-color css

<style>
 a { background-color: #7C2EE8; }

 a { background-color: rgb(124,46,232); }

 div.DivClassName
 {
   background-color: #7C2EE8;
 }
 .BgClassName
 {
   background-color: #7C2EE8;
 }
</style>
border-color css

<style>
 span { border-color: #7C2EE8; }

 span { border-color: rgb(124,46,232); }

 td.TdClassName
 {
   border-color: #7C2EE8;
 }
 .TagClassName
 {
   border-color: #7C2EE8;
 }
</style>