#7E3CD1

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

Shades of Blue Violet #7E3CD1

Tints of Blue Violet #7E3CD1

Color information

#7E3CD1 (or 0x7E3CD1) is unknown color: approx Blue Violet. HEX triplet: 7E, 3C and D1. RGB value is (126,60,209). Sum of RGB (Red+Green+Blue) = 126+60+209=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 60 (23.83% from 255 or 15.19% 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 #7E3CD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3CD1 is #81C32E. Grayscale: #606060. Windows color (decimal): -8504111 or 13712510. OLE color: 13712510.

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

Color convert

RGB12660209-
CMYK0.400.7100.18
HSL266.58º61.83%52.75%-
HSV(B)266.58º71.29%81.96%-
XYZ21.7312.2761.54-
YUV96.72191.37148.88-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.90%
GREEN value IS 60 (23.83% from 255) = 15.19%
BLUE value IS 209 (82.03% from 255) = 52.91%
R=31.90%
G=15.19%
B=52.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal126602090.400.7100.18266.5861.8352.75
Hex7E3CD1284701210b3e35
Octal17674321501070224137665
Binary1111110111100110100011010001000111010010100001011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,60,209); }

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

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

 a { background-color: rgb(126,60,209); }

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

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

 span { border-color: rgb(126,60,209); }

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