#811668

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

Shades of Dark Purple #811668

Tints of Dark Purple #811668

Color information

#811668 (or 0x811668) is unknown color: approx Dark Purple. HEX triplet: 81, 16 and 68. RGB value is (129,22,104). Sum of RGB (Red+Green+Blue) = 129+22+104=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #811668 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811668 is #7EE997. Grayscale: #3F3F3F. Windows color (decimal): -8317336 or 6821505. OLE color: 6821505.

HSL color Cylindrical-coordinate representation of color #811668: hue angle of 314.02º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #811668 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB12922104-
CMYK00.830.190.49
HSL314.02º70.86%29.61%-
HSV(B)314.02º82.95%50.59%-
XYZ11.846.2413.68-
YUV63.34150.95174.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.59%
GREEN value IS 22 (8.98% from 255) = 8.63%
BLUE value IS 104 (41.02% from 255) = 40.78%
R=50.59%
G=8.63%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1292210400.830.190.49314.0270.8629.61
Hex811668053133113a471e
Octal201261500123236147210736
Binary100000011011011010000101001110011110001100111010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811668; }

 p { color: rgb(129,22,104); }

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

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

 a { background-color: rgb(129,22,104); }

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

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

 span { border-color: rgb(129,22,104); }

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