#7E0ADE

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

Shades of Dark Violet #7E0ADE

Tints of Dark Violet #7E0ADE

Color information

#7E0ADE (or 0x7E0ADE) is unknown color: approx Dark Violet. HEX triplet: 7E, 0A and DE. RGB value is (126,10,222). Sum of RGB (Red+Green+Blue) = 126+10+222=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 10 (4.30% from 255 or 2.79% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #7E0ADE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E0ADE is #81F521. Grayscale: #444444. Windows color (decimal): -8516898 or 14551678. OLE color: 14551678.

HSL color Cylindrical-coordinate representation of color #7E0ADE: hue angle of 272.83º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7E0ADE is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12610222-
CMYK0.430.9500.13
HSL272.83º91.38%45.49%-
HSV(B)272.83º95.5%87.06%-
XYZ21.99.9369.87-
YUV68.85214.43168.76-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.20%
GREEN value IS 10 (4.30% from 255) = 2.79%
BLUE value IS 222 (87.11% from 255) = 62.01%
R=35.20%
G=2.79%
B=62.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal126102220.430.9500.13272.8391.3845.49
Hex7EADE2B5F0D1115b2d
Octal176123365313701542113355
Binary11111101010110111101010111011111011011000100011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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