#81077C

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

Shades of Purple #81077C

Tints of Purple #81077C

Color information

#81077C (or 0x81077C) is unknown color: approx Purple. HEX triplet: 81, 07 and 7C. RGB value is (129,7,124). Sum of RGB (Red+Green+Blue) = 129+7+124=260 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.62% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 129 - color contains mainly: red. Hex color #81077C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81077C is #7EF883. Grayscale: #383838. Windows color (decimal): -8321156 or 8128385. OLE color: 8128385.

HSL color Cylindrical-coordinate representation of color #81077C: hue angle of 302.46º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81077C is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB1297124-
CMYK00.950.040.49
HSL302.46º89.71%26.67%-
HSV(B)302.46º94.57%50.59%-
XYZ12.776.2719.61-
YUV56.82165.92179.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.62%
GREEN value IS 7 (3.12% from 255) = 2.69%
BLUE value IS 124 (48.83% from 255) = 47.69%
R=49.62%
G=2.69%
B=47.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129712400.950.040.49302.4689.7126.67
Hex8177C05F43112e5a1b
Octal2017174013746145613233
Binary10000001111111110001011111100110001100101110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81077C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81077C; }

 p { color: rgb(129,7,124); }

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

<style>
 a { background-color: #81077C; }

 a { background-color: rgb(129,7,124); }

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

<style>
 span { border-color: #81077C; }

 span { border-color: rgb(129,7,124); }

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