#7E0B64

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

Shades of Dark Purple #7E0B64

Tints of Dark Purple #7E0B64

Color information

#7E0B64 (or 0x7E0B64) is unknown color: approx Dark Purple. HEX triplet: 7E, 0B and 64. RGB value is (126,11,100). Sum of RGB (Red+Green+Blue) = 126+11+100=237 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.16% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0B64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0B64 is #81F49B. Grayscale: #373737. Windows color (decimal): -8516764 or 6556542. OLE color: 6556542.

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

Color convert

RGB12611100-
CMYK00.910.210.51
HSL313.57º83.94%26.86%-
HSV(B)313.57º91.27%49.41%-
XYZ11.025.612.56-
YUV55.53153.1178.26-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 53.16%
GREEN value IS 11 (4.69% from 255) = 4.64%
BLUE value IS 100 (39.45% from 255) = 42.19%
R=53.16%
G=4.64%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261110000.910.210.51313.5783.9426.86
Hex7EB6405B153313a541b
Octal176131440133256347212433
Binary1111110101111001000101101110101110011100111010101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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