#7E1F85

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

Shades of Dark Purple #7E1F85

Tints of Dark Purple #7E1F85

Color information

#7E1F85 (or 0x7E1F85) is unknown color: approx Dark Purple. HEX triplet: 7E, 1F and 85. RGB value is (126,31,133). Sum of RGB (Red+Green+Blue) = 126+31+133=290 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.45% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 133 - color contains mainly: blue. Hex color #7E1F85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E1F85 is #81E07A. Grayscale: #464646. Windows color (decimal): -8511611 or 8724350. OLE color: 8724350.

HSL color Cylindrical-coordinate representation of color #7E1F85: hue angle of 295.88º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E1F85 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12631133-
CMYK0.050.7700.48
HSL295.88º62.2%32.16%-
HSV(B)295.88º76.69%52.16%-
XYZ13.337.1122.86-
YUV71.03162.97167.21-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.45%
GREEN value IS 31 (12.5% from 255) = 10.69%
BLUE value IS 133 (52.34% from 255) = 45.86%
R=43.45%
G=10.69%
B=45.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal126311330.050.7700.48295.8862.232.16
Hex7E1F8554D0301283e20
Octal1763720551150604507640
Binary1111110111111000010110110011010110000100101000111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,31,133); }

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

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

 a { background-color: rgb(126,31,133); }

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

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

 span { border-color: rgb(126,31,133); }

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