#81057E

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

Shades of Purple #81057E

Tints of Purple #81057E

Color information

#81057E (or 0x81057E) is unknown color: approx Purple. HEX triplet: 81, 05 and 7E. RGB value is (129,5,126). Sum of RGB (Red+Green+Blue) = 129+5+126=260 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.62% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 126 (49.61% from 255 or 48.46% from 260); Max value from RGB is 129 - color contains mainly: red. Hex color #81057E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81057E is #7EFA81. Grayscale: #373737. Windows color (decimal): -8321666 or 8258945. OLE color: 8258945.

HSL color Cylindrical-coordinate representation of color #81057E: hue angle of 301.45º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #81057E is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB1295126-
CMYK00.960.020.49
HSL301.45º92.54%26.27%-
HSV(B)301.45º96.12%50.59%-
XYZ12.876.2820.27-
YUV55.87167.58180.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.62%
GREEN value IS 5 (2.34% from 255) = 1.92%
BLUE value IS 126 (49.61% from 255) = 48.46%
R=49.62%
G=1.92%
B=48.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129512600.960.020.49301.4592.5426.27
Hex8157E06023112d5d1a
Octal2015176014026145513532
Binary1000000110111111100110000010110001100101101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81057E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81057E; }

 p { color: rgb(129,5,126); }

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

<style>
 a { background-color: #81057E; }

 a { background-color: rgb(129,5,126); }

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

<style>
 span { border-color: #81057E; }

 span { border-color: rgb(129,5,126); }

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