#811A5F

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

Shades of Dark Purple #811A5F

Tints of Dark Purple #811A5F

Color information

#811A5F (or 0x811A5F) is unknown color: approx Dark Purple. HEX triplet: 81, 1A and 5F. RGB value is (129,26,95). Sum of RGB (Red+Green+Blue) = 129+26+95=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #811A5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811A5F is #7EE5A0. Grayscale: #404040. Windows color (decimal): -8316321 or 6232705. OLE color: 6232705.

HSL color Cylindrical-coordinate representation of color #811A5F: hue angle of 319.81º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #811A5F is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB1292695-
CMYK00.800.260.49
HSL319.81º66.45%30.39%-
HSV(B)319.81º79.84%50.59%-
XYZ11.496.2311.42-
YUV64.66145.12173.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.6%
GREEN value IS 26 (10.55% from 255) = 10.4%
BLUE value IS 95 (37.5% from 255) = 38%
R=51.6%
G=10.4%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129269500.800.260.49319.8166.4530.39
Hex811A5F0501A31140421e
Octal201321370120326150010236
Binary100000011101010111110101000011010110001101000000100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811A5F; }

 p { color: rgb(129,26,95); }

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

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

 a { background-color: rgb(129,26,95); }

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

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

 span { border-color: rgb(129,26,95); }

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