#812D7F

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

Shades of Dark Purple #812D7F

Tints of Dark Purple #812D7F

Color information

#812D7F (or 0x812D7F) is unknown color: approx Dark Purple. HEX triplet: 81, 2D and 7F. RGB value is (129,45,127). Sum of RGB (Red+Green+Blue) = 129+45+127=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 129 - color contains mainly: red. Hex color #812D7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812D7F is #7ED280. Grayscale: #4F4F4F. Windows color (decimal): -8311425 or 8334721. OLE color: 8334721.

HSL color Cylindrical-coordinate representation of color #812D7F: hue angle of 301.43º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #812D7F is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB12945127-
CMYK00.650.020.49
HSL301.43º48.28%34.12%-
HSV(B)301.43º65.12%50.59%-
XYZ13.828.0820.91-
YUV79.46154.83163.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.86%
GREEN value IS 45 (17.97% from 255) = 14.95%
BLUE value IS 127 (50% from 255) = 42.19%
R=42.86%
G=14.95%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1294512700.650.020.49301.4348.2834.12
Hex812D7F04123112d3022
Octal2015517701012614556042
Binary1000000110110111111110100000110110001100101101110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812D7F; }

 p { color: rgb(129,45,127); }

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

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

 a { background-color: rgb(129,45,127); }

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

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

 span { border-color: rgb(129,45,127); }

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