#7E0AB5

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

Shades of Dark Violet #7E0AB5

Tints of Dark Violet #7E0AB5

Color information

#7E0AB5 (or 0x7E0AB5) is unknown color: approx Dark Violet. HEX triplet: 7E, 0A and B5. RGB value is (126,10,181). Sum of RGB (Red+Green+Blue) = 126+10+181=317 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.75% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 181 (71.09% from 255 or 57.10% from 317); Max value from RGB is 181 - color contains mainly: blue. Hex color #7E0AB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E0AB5 is #81F54A. Grayscale: #3F3F3F. Windows color (decimal): -8516939 or 11864702. OLE color: 11864702.

HSL color Cylindrical-coordinate representation of color #7E0AB5: hue angle of 280.7º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E0AB5 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12610181-
CMYK0.300.9400.29
HSL280.7º89.53%37.45%-
HSV(B)280.7º94.48%70.98%-
XYZ17.057.9944.36-
YUV64.18193.93172.1-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.75%
GREEN value IS 10 (4.30% from 255) = 3.15%
BLUE value IS 181 (71.09% from 255) = 57.10%
R=39.75%
G=3.15%
B=57.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal126101810.300.9400.29280.789.5337.45
Hex7EAB51E5E01D1195a25
Octal176122653613603543113245
Binary11111101010101101011111010111100111011000110011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,10,181); }

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

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

 a { background-color: rgb(126,10,181); }

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

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

 span { border-color: rgb(126,10,181); }

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