#810878

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

Shades of Purple #810878

Tints of Purple #810878

Color information

#810878 (or 0x810878) is unknown color: approx Purple. HEX triplet: 81, 08 and 78. RGB value is (129,8,120). Sum of RGB (Red+Green+Blue) = 129+8+120=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #810878 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810878 is #7EF787. Grayscale: #383838. Windows color (decimal): -8320904 or 7866497. OLE color: 7866497.

HSL color Cylindrical-coordinate representation of color #810878: hue angle of 304.46º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810878 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB1298120-
CMYK00.940.070.49
HSL304.46º88.32%26.86%-
HSV(B)304.46º93.8%50.59%-
XYZ12.536.218.3-
YUV56.95163.59179.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.19%
GREEN value IS 8 (3.52% from 255) = 3.11%
BLUE value IS 120 (47.27% from 255) = 46.69%
R=50.19%
G=3.11%
B=46.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129812000.940.070.49304.4688.3226.86
Hex8187805E731130581b
Octal20110170013676146013033
Binary100000011000111100001011110111110001100110000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810878; }

 p { color: rgb(129,8,120); }

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

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

 a { background-color: rgb(129,8,120); }

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

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

 span { border-color: rgb(129,8,120); }

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