#7C3ED1

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

Shades of Blue Violet #7C3ED1

Tints of Blue Violet #7C3ED1

Color information

#7C3ED1 (or 0x7C3ED1) is unknown color: approx Blue Violet. HEX triplet: 7C, 3E and D1. RGB value is (124,62,209). Sum of RGB (Red+Green+Blue) = 124+62+209=395 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.39% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 209 (82.03% from 255 or 52.91% from 395); Max value from RGB is 209 - color contains mainly: blue. Hex color #7C3ED1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3ED1 is #83C12E. Grayscale: #606060. Windows color (decimal): -8634671 or 13713020. OLE color: 13713020.

HSL color Cylindrical-coordinate representation of color #7C3ED1: hue angle of 265.31º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7C3ED1 is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12462209-
CMYK0.410.7000.18
HSL265.31º61.51%53.14%-
HSV(B)265.31º70.33%81.96%-
XYZ21.5412.3361.57-
YUV97.3191.04147.05-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.39%
GREEN value IS 62 (24.61% from 255) = 15.70%
BLUE value IS 209 (82.03% from 255) = 52.91%
R=31.39%
G=15.70%
B=52.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal124622090.410.7000.18265.3161.5153.14
Hex7C3ED129460121093e35
Octal17476321511060224117665
Binary1111100111110110100011010011000110010010100001001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,62,209); }

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

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

 a { background-color: rgb(124,62,209); }

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

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

 span { border-color: rgb(124,62,209); }

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