#7C37E8

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

Shades of Blue Violet #7C37E8

Tints of Blue Violet #7C37E8

Color information

#7C37E8 (or 0x7C37E8) is unknown color: approx Blue Violet. HEX triplet: 7C, 37 and E8. RGB value is (124,55,232). Sum of RGB (Red+Green+Blue) = 124+55+232=411 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.17% from 411); Green value is 55 (21.88% from 255 or 13.38% from 411); Blue value is 232 (91.02% from 255 or 56.45% from 411); Max value from RGB is 232 - color contains mainly: blue. Hex color #7C37E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C37E8 is #83C817. Grayscale: #5F5F5F. Windows color (decimal): -8636440 or 15218556. OLE color: 15218556.

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

Color convert

RGB12455232-
CMYK0.470.7600.09
HSL263.39º79.37%56.27%-
HSV(B)263.39º76.29%90.98%-
XYZ24.2412.8477.55-
YUV95.81204.86148.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.17%
GREEN value IS 55 (21.88% from 255) = 13.38%
BLUE value IS 232 (91.02% from 255) = 56.45%
R=30.17%
G=13.38%
B=56.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal124552320.470.7600.09263.3979.3756.27
Hex7C37E82F4C091074f38
Octal174673505711401140711770
Binary1111100110111111010001011111001100010011000001111001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C37E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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