#7E1B9E

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

Shades of Vivid Violet #7E1B9E

Tints of Vivid Violet #7E1B9E

Color information

#7E1B9E (or 0x7E1B9E) is unknown color: approx Vivid Violet. HEX triplet: 7E, 1B and 9E. RGB value is (126,27,158). Sum of RGB (Red+Green+Blue) = 126+27+158=311 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.51% from 311); Green value is 27 (10.94% from 255 or 8.68% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #7E1B9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E1B9E is #81E461. Grayscale: #474747. Windows color (decimal): -8512610 or 10361726. OLE color: 10361726.

HSL color Cylindrical-coordinate representation of color #7E1B9E: hue angle of 285.34º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E1B9E is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12627158-
CMYK0.200.8300.38
HSL285.34º70.81%36.27%-
HSV(B)285.34º82.91%61.96%-
XYZ15.177.6933.03-
YUV71.54176.8166.85-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.51%
GREEN value IS 27 (10.94% from 255) = 8.68%
BLUE value IS 158 (62.11% from 255) = 50.80%
R=40.51%
G=8.68%
B=50.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal126271580.200.8300.38285.3470.8136.27
Hex7E1B9E145302611d4724
Octal176332362412304643510744
Binary1111110110111001111010100101001101001101000111011000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,27,158); }

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

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

 a { background-color: rgb(126,27,158); }

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

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

 span { border-color: rgb(126,27,158); }

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