#812371

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

Shades of Dark Purple #812371

Tints of Dark Purple #812371

Color information

#812371 (or 0x812371) is unknown color: approx Dark Purple. HEX triplet: 81, 23 and 71. RGB value is (129,35,113). Sum of RGB (Red+Green+Blue) = 129+35+113=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #812371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812371 is #7EDC8E. Grayscale: #474747. Windows color (decimal): -8313999 or 7414657. OLE color: 7414657.

HSL color Cylindrical-coordinate representation of color #812371: hue angle of 310.21º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #812371 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB12935113-
CMYK00.730.120.49
HSL310.21º57.32%32.16%-
HSV(B)310.21º72.87%50.59%-
XYZ12.637.0616.32-
YUV72151.14168.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.57%
GREEN value IS 35 (14.06% from 255) = 12.64%
BLUE value IS 113 (44.53% from 255) = 40.79%
R=46.57%
G=12.64%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293511300.730.120.49310.2157.3232.16
Hex812371049C311363920
Octal20143161011114614667140
Binary100000011000111110001010010011100110001100110110111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812371; }

 p { color: rgb(129,35,113); }

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

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

 a { background-color: rgb(129,35,113); }

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

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

 span { border-color: rgb(129,35,113); }

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