#7E0CD1

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

Shades of Dark Violet #7E0CD1

Tints of Dark Violet #7E0CD1

Color information

#7E0CD1 (or 0x7E0CD1) is unknown color: approx Dark Violet. HEX triplet: 7E, 0C and D1. RGB value is (126,12,209). Sum of RGB (Red+Green+Blue) = 126+12+209=347 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.31% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 209 (82.03% from 255 or 60.23% from 347); Max value from RGB is 209 - color contains mainly: blue. Hex color #7E0CD1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E0CD1 is #81F32E. Grayscale: #434343. Windows color (decimal): -8516399 or 13700222. OLE color: 13700222.

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

Color convert

RGB12612209-
CMYK0.400.9400.18
HSL274.72º89.14%43.33%-
HSV(B)274.72º94.26%81.96%-
XYZ20.249.361.05-
YUV68.54207.27168.98-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.31%
GREEN value IS 12 (5.08% from 255) = 3.46%
BLUE value IS 209 (82.03% from 255) = 60.23%
R=36.31%
G=3.46%
B=60.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal126122090.400.9400.18274.7289.1443.33
Hex7ECD1285E012113592b
Octal176143215013602242313153
Binary111111011001101000110100010111100100101000100111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,12,209); }

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

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

 a { background-color: rgb(126,12,209); }

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

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

 span { border-color: rgb(126,12,209); }

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