#7C3BE4

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

Shades of Blue Violet #7C3BE4

Tints of Blue Violet #7C3BE4

Color information

#7C3BE4 (or 0x7C3BE4) is unknown color: approx Blue Violet. HEX triplet: 7C, 3B and E4. RGB value is (124,59,228). Sum of RGB (Red+Green+Blue) = 124+59+228=411 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.17% from 411); Green value is 59 (23.44% from 255 or 14.36% from 411); Blue value is 228 (89.45% from 255 or 55.47% from 411); Max value from RGB is 228 - color contains mainly: blue. Hex color #7C3BE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3BE4 is #83C41B. Grayscale: #616161. Windows color (decimal): -8635420 or 14957436. OLE color: 14957436.

HSL color Cylindrical-coordinate representation of color #7C3BE4: hue angle of 263.08º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C3BE4 is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB12459228-
CMYK0.460.7400.11
HSL263.08º75.78%56.27%-
HSV(B)263.08º74.12%89.41%-
XYZ23.8813.0174.65-
YUV97.7201.53146.76-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.17%
GREEN value IS 59 (23.44% from 255) = 14.36%
BLUE value IS 228 (89.45% from 255) = 55.47%
R=30.17%
G=14.36%
B=55.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal124592280.460.7400.11263.0875.7856.27
Hex7C3BE42E4A0B1074c38
Octal174733445611201340711470
Binary1111100111011111001001011101001010010111000001111001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,59,228); }

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

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

 a { background-color: rgb(124,59,228); }

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

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

 span { border-color: rgb(124,59,228); }

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