#7E1B95

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

Shades of Vivid Violet #7E1B95

Tints of Vivid Violet #7E1B95

Color information

#7E1B95 (or 0x7E1B95) is unknown color: approx Vivid Violet. HEX triplet: 7E, 1B and 95. RGB value is (126,27,149). Sum of RGB (Red+Green+Blue) = 126+27+149=302 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.72% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #7E1B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E1B95 is #81E46A. Grayscale: #464646. Windows color (decimal): -8512619 or 9771902. OLE color: 9771902.

HSL color Cylindrical-coordinate representation of color #7E1B95: hue angle of 288.69º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E1B95 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12627149-
CMYK0.150.8200.42
HSL288.69º69.32%34.51%-
HSV(B)288.69º81.88%58.43%-
XYZ14.427.3929.1-
YUV70.51172.3167.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.72%
GREEN value IS 27 (10.94% from 255) = 8.94%
BLUE value IS 149 (58.59% from 255) = 49.34%
R=41.72%
G=8.94%
B=49.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal126271490.150.8200.42288.6969.3234.51
Hex7E1B95F5202A1214523
Octal176332251712205244110543
Binary111111011011100101011111101001001010101001000011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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