#811078

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

Shades of Dark Purple #811078

Tints of Dark Purple #811078

Color information

#811078 (or 0x811078) is unknown color: approx Dark Purple. HEX triplet: 81, 10 and 78. RGB value is (129,16,120). Sum of RGB (Red+Green+Blue) = 129+16+120=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 129 - color contains mainly: red. Hex color #811078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811078 is #7EEF87. Grayscale: #3D3D3D. Windows color (decimal): -8318856 or 7868545. OLE color: 7868545.

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

Color convert

RGB12916120-
CMYK00.880.070.49
HSL304.78º77.93%28.43%-
HSV(B)304.78º87.6%50.59%-
XYZ12.636.3918.34-
YUV61.64160.94176.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.68%
GREEN value IS 16 (6.64% from 255) = 6.04%
BLUE value IS 120 (47.27% from 255) = 45.28%
R=48.68%
G=6.04%
B=45.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291612000.880.070.49304.7877.9328.43
Hex8110780587311314e1c
Octal20120170013076146111634
Binary1000000110000111100001011000111110001100110001100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811078; }

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

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

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

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

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

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

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

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