#7e0ad2

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

Shades of Dark Violet #7E0AD2

Tints of Dark Violet #7E0AD2

Color information

#7E0AD2 (or 0x7E0AD2) is unknown color: approx Dark Violet. HEX triplet: 7E, 0A and D2. RGB value is (126,10,210). Sum of RGB (Red+Green+Blue) = 126+10+210=346 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.42% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 210 (82.42% from 255 or 60.69% from 346); Max value from RGB is 210 - color contains mainly: blue. Hex color #7E0AD2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E0AD2 is #81F52D. Grayscale: #424242. Windows color (decimal): -8516910 or 13765246. OLE color: 13765246.

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

Color convert

RGB12610210-
CMYK0.40.9500.18
HSL274.8º90.91%43.14%-
HSV(B)274.8º95.24%82.35%-
XYZ20.359.3161.7-
YUV67.48208.43169.74-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.42%
GREEN value IS 10 (4.30% from 255) = 2.89%
BLUE value IS 210 (82.42% from 255) = 60.69%
R=36.42%
G=2.89%
B=60.69%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal126102100.40.9500.18274.890.9143.14
Hex7EAD2285F0121135b2b
Octal176123225013702242313353
Binary111111010101101001010100010111110100101000100111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e0ad2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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