#7E0B66

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

Shades of Dark Purple #7E0B66

Tints of Dark Purple #7E0B66

Color information

#7E0B66 (or 0x7E0B66) is unknown color: approx Dark Purple. HEX triplet: 7E, 0B and 66. RGB value is (126,11,102). Sum of RGB (Red+Green+Blue) = 126+11+102=239 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.72% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0B66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0B66 is #81F499. Grayscale: #373737. Windows color (decimal): -8516762 or 6687614. OLE color: 6687614.

HSL color Cylindrical-coordinate representation of color #7E0B66: hue angle of 312.52º 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 #7E0B66 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB12611102-
CMYK00.910.190.51
HSL312.52º83.94%26.86%-
HSV(B)312.52º91.27%49.41%-
XYZ11.125.6313.07-
YUV55.76154.1178.1-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 52.72%
GREEN value IS 11 (4.69% from 255) = 4.60%
BLUE value IS 102 (40.23% from 255) = 42.68%
R=52.72%
G=4.60%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261110200.910.190.51312.5283.9426.86
Hex7EB6605B1333139541b
Octal176131460133236347112433
Binary1111110101111001100101101110011110011100111001101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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