#81057B

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

Shades of Purple #81057B

Tints of Purple #81057B

Color information

#81057B (or 0x81057B) is unknown color: approx Purple. HEX triplet: 81, 05 and 7B. RGB value is (129,5,123). Sum of RGB (Red+Green+Blue) = 129+5+123=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #81057B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81057B is #7EFA84. Grayscale: #373737. Windows color (decimal): -8321669 or 8062337. OLE color: 8062337.

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

Color convert

RGB1295123-
CMYK00.960.050.49
HSL302.9º92.54%26.27%-
HSV(B)302.9º96.12%50.59%-
XYZ12.686.2119.27-
YUV55.53166.08180.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.19%
GREEN value IS 5 (2.34% from 255) = 1.95%
BLUE value IS 123 (48.44% from 255) = 47.86%
R=50.19%
G=1.95%
B=47.86%

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
Decimal129512300.960.050.49302.992.5426.27
Hex8157B06053112f5d1a
Octal2015173014056145713532
Binary10000001101111101101100000101110001100101111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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