#7E0B6D

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

Shades of Dark Purple #7E0B6D

Tints of Dark Purple #7E0B6D

Color information

#7E0B6D (or 0x7E0B6D) is unknown color: approx Dark Purple. HEX triplet: 7E, 0B and 6D. RGB value is (126,11,109). Sum of RGB (Red+Green+Blue) = 126+11+109=246 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.22% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0B6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0B6D is #81F492. Grayscale: #383838. Windows color (decimal): -8516755 or 7146366. OLE color: 7146366.

HSL color Cylindrical-coordinate representation of color #7E0B6D: hue angle of 308.87º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7E0B6D is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB12611109-
CMYK00.910.130.51
HSL308.87º83.94%26.86%-
HSV(B)308.87º91.27%49.41%-
XYZ11.485.7814.98-
YUV56.56157.6177.53-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 51.22%
GREEN value IS 11 (4.69% from 255) = 4.47%
BLUE value IS 109 (42.97% from 255) = 44.31%
R=51.22%
G=4.47%
B=44.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261110900.910.130.51308.8783.9426.86
Hex7EB6D05BD33135541b
Octal176131550133156346512433
Binary111111010111101101010110111101110011100110101101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,11,109); }

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

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

 a { background-color: rgb(126,11,109); }

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

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

 span { border-color: rgb(126,11,109); }

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