#810A7C

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

Shades of Purple #810A7C

Tints of Purple #810A7C

Color information

#810A7C (or 0x810A7C) is unknown color: approx Purple. HEX triplet: 81, 0A and 7C. RGB value is (129,10,124). Sum of RGB (Red+Green+Blue) = 129+10+124=263 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.05% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 129 - color contains mainly: red. Hex color #810A7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810A7C is #7EF583. Grayscale: #3A3A3A. Windows color (decimal): -8320388 or 8129153. OLE color: 8129153.

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

Color convert

RGB12910124-
CMYK00.920.040.49
HSL302.52º85.61%27.25%-
HSV(B)302.52º92.25%50.59%-
XYZ12.86.3419.62-
YUV58.58164.92178.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.05%
GREEN value IS 10 (4.30% from 255) = 3.80%
BLUE value IS 124 (48.83% from 255) = 47.15%
R=49.05%
G=3.80%
B=47.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291012400.920.040.49302.5285.6127.25
Hex81A7C05C43112f561b
Octal20112174013446145712633
Binary100000011010111110001011100100110001100101111101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810A7C; }

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

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

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

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

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

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

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

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