#81057A

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

Shades of Purple #81057A

Tints of Purple #81057A

Color information

#81057A (or 0x81057A) is unknown color: approx Purple. HEX triplet: 81, 05 and 7A. RGB value is (129,5,122). Sum of RGB (Red+Green+Blue) = 129+5+122=256 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.39% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 129 - color contains mainly: red. Hex color #81057A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81057A is #7EFA85. Grayscale: #373737. Windows color (decimal): -8321670 or 7996801. OLE color: 7996801.

HSL color Cylindrical-coordinate representation of color #81057A: hue angle of 303.39º 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 #81057A is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB1295122-
CMYK00.960.050.49
HSL303.39º92.54%26.27%-
HSV(B)303.39º96.12%50.59%-
XYZ12.626.1818.94-
YUV55.41165.58180.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.39%
GREEN value IS 5 (2.34% from 255) = 1.95%
BLUE value IS 122 (48.05% from 255) = 47.66%
R=50.39%
G=1.95%
B=47.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129512200.960.050.49303.3992.5426.27
Hex8157A06053112f5d1a
Octal2015172014056145713532
Binary10000001101111101001100000101110001100101111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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