#7F1E80

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

Shades of Dark Purple #7F1E80

Tints of Dark Purple #7F1E80

Color information

#7F1E80 (or 0x7F1E80) is unknown color: approx Dark Purple. HEX triplet: 7F, 1E and 80. RGB value is (127,30,128). Sum of RGB (Red+Green+Blue) = 127+30+128=285 (37% of max value = 765). Red value is 127 (50% from 255 or 44.56% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 128 - color contains mainly: blue. Hex color #7F1E80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F1E80 is #80E17F. Grayscale: #454545. Windows color (decimal): -8446336 or 8396415. OLE color: 8396415.

HSL color Cylindrical-coordinate representation of color #7F1E80: hue angle of 299.39º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7F1E80 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12730128-
CMYK0.010.7700.50
HSL299.39º62.03%30.98%-
HSV(B)299.39º76.56%50.2%-
XYZ13.11721.08-
YUV70.18160.64168.53-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.56%
GREEN value IS 30 (12.11% from 255) = 10.53%
BLUE value IS 128 (50.39% from 255) = 44.91%
R=44.56%
G=10.53%
B=44.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127301280.010.7700.50299.3962.0330.98
Hex7F1E8014D03212b3e1f
Octal1773620011150624537637
Binary1111111111101000000011001101011001010010101111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,30,128); }

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

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

 a { background-color: rgb(127,30,128); }

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

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

 span { border-color: rgb(127,30,128); }

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