#810077

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

Shades of Purple #810077

Tints of Purple #810077

Color information

#810077 (or 0x810077) is unknown color: approx Purple. HEX triplet: 81, 00 and 77. RGB value is (129,0,119). Sum of RGB (Red+Green+Blue) = 129+0+119=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #810077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810077 is #7EFF88. Grayscale: #333333. Windows color (decimal): -8322953 or 7798913. OLE color: 7798913.

HSL color Cylindrical-coordinate representation of color #810077: hue angle of 304.65º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #810077 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB1290119-
CMYK010.080.49
HSL304.65º100%25.29%-
HSV(B)304.65º100%50.59%-
XYZ12.38617.96-
YUV52.14165.74182.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 119 (46.88% from 255) = 47.98%
R=52.02%
G=0%
B=47.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1290119010.080.49304.6510025.29
Hex810770648311316419
Octal20101670144106146114431
Binary1000000101110111011001001000110001100110001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810077; }

 p { color: rgb(129,0,119); }

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

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

 a { background-color: rgb(129,0,119); }

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

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

 span { border-color: rgb(129,0,119); }

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