#7E0DB1

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

Shades of Dark Violet #7E0DB1

Tints of Dark Violet #7E0DB1

Color information

#7E0DB1 (or 0x7E0DB1) is unknown color: approx Dark Violet. HEX triplet: 7E, 0D and B1. RGB value is (126,13,177). Sum of RGB (Red+Green+Blue) = 126+13+177=316 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.87% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 177 (69.53% from 255 or 56.01% from 316); Max value from RGB is 177 - color contains mainly: blue. Hex color #7E0DB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0DB1 is #81F24E. Grayscale: #404040. Windows color (decimal): -8516175 or 11603326. OLE color: 11603326.

HSL color Cylindrical-coordinate representation of color #7E0DB1: hue angle of 281.34º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E0DB1 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12613177-
CMYK0.290.9300.31
HSL281.34º86.32%37.25%-
HSV(B)281.34º92.66%69.41%-
XYZ16.687.942.24-
YUV65.48190.94171.16-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.87%
GREEN value IS 13 (5.47% from 255) = 4.11%
BLUE value IS 177 (69.53% from 255) = 56.01%
R=39.87%
G=4.11%
B=56.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal126131770.290.9300.31281.3486.3237.25
Hex7EDB11D5D01F1195625
Octal176152613513503743112645
Binary11111101101101100011110110111010111111000110011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,13,177); }

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

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

 a { background-color: rgb(126,13,177); }

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

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

 span { border-color: rgb(126,13,177); }

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