#811369

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

Shades of Dark Purple #811369

Tints of Dark Purple #811369

Color information

#811369 (or 0x811369) is unknown color: approx Dark Purple. HEX triplet: 81, 13 and 69. RGB value is (129,19,105). Sum of RGB (Red+Green+Blue) = 129+19+105=253 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.99% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 129 - color contains mainly: red. Hex color #811369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811369 is #7EEC96. Grayscale: #3D3D3D. Windows color (decimal): -8318103 or 6886273. OLE color: 6886273.

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

Color convert

RGB12919105-
CMYK00.850.190.49
HSL313.09º74.32%29.02%-
HSV(B)313.09º85.27%50.59%-
XYZ11.846.1513.93-
YUV61.69152.44176.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.99%
GREEN value IS 19 (7.81% from 255) = 7.51%
BLUE value IS 105 (41.41% from 255) = 41.50%
R=50.99%
G=7.51%
B=41.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291910500.850.190.49313.0974.3229.02
Hex81136905513311394a1d
Octal201231510125236147111235
Binary100000011001111010010101010110011110001100111001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811369; }

 p { color: rgb(129,19,105); }

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

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

 a { background-color: rgb(129,19,105); }

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

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

 span { border-color: rgb(129,19,105); }

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