#7c3bec

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

Shades of Blue Violet #7C3BEC

Tints of Blue Violet #7C3BEC

Color information

#7C3BEC (or 0x7C3BEC) is unknown color: approx Blue Violet. HEX triplet: 7C, 3B and EC. RGB value is (124,59,236). Sum of RGB (Red+Green+Blue) = 124+59+236=419 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.59% from 419); Green value is 59 (23.44% from 255 or 14.08% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #7C3BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C3BEC is #83C413. Grayscale: #616161. Windows color (decimal): -8635412 or 15481724. OLE color: 15481724.

HSL color Cylindrical-coordinate representation of color #7C3BEC: hue angle of 262.03º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C3BEC is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12459236-
CMYK0.470.7500.07
HSL262.03º82.33%57.84%-
HSV(B)262.03º75%92.55%-
XYZ25.0213.4780.64-
YUV98.61205.53146.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.59%
GREEN value IS 59 (23.44% from 255) = 14.08%
BLUE value IS 236 (92.58% from 255) = 56.32%
R=29.59%
G=14.08%
B=56.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal124592360.470.7500.07262.0382.3357.84
Hex7C3BEC2F4B07106523a
Octal17473354571130740612272
Binary111110011101111101100101111100101101111000001101010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c3bec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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