#7E1E9B

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

Shades of Vivid Violet #7E1E9B

Tints of Vivid Violet #7E1E9B

Color information

#7E1E9B (or 0x7E1E9B) is unknown color: approx Vivid Violet. HEX triplet: 7E, 1E and 9B. RGB value is (126,30,155). Sum of RGB (Red+Green+Blue) = 126+30+155=311 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.51% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E1E9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E1E9B is #81E164. Grayscale: #484848. Windows color (decimal): -8511845 or 10165886. OLE color: 10165886.

HSL color Cylindrical-coordinate representation of color #7E1E9B: hue angle of 286.08º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7E1E9B is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12630155-
CMYK0.190.8100.39
HSL286.08º67.57%36.27%-
HSV(B)286.08º80.65%60.78%-
XYZ14.987.7331.71-
YUV72.95174.3165.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.51%
GREEN value IS 30 (12.11% from 255) = 9.65%
BLUE value IS 155 (60.94% from 255) = 49.84%
R=40.51%
G=9.65%
B=49.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal126301550.190.8100.39286.0867.5736.27
Hex7E1E9B135102711e4424
Octal176362332312104743610444
Binary1111110111101001101110011101000101001111000111101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,30,155); }

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

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

 a { background-color: rgb(126,30,155); }

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

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

 span { border-color: rgb(126,30,155); }

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