#812f6d

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

Shades of Dark Purple #812F6D

Tints of Dark Purple #812F6D

Color information

#812F6D (or 0x812F6D) is unknown color: approx Dark Purple. HEX triplet: 81, 2F and 6D. RGB value is (129,47,109). Sum of RGB (Red+Green+Blue) = 129+47+109=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 129 - color contains mainly: red. Hex color #812F6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812F6D is #7ED092. Grayscale: #4E4E4E. Windows color (decimal): -8310931 or 7155585. OLE color: 7155585.

HSL color Cylindrical-coordinate representation of color #812F6D: hue angle of 314.63º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #812F6D is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB12947109-
CMYK00.640.160.49
HSL314.63º46.59%34.51%-
HSV(B)314.63º63.57%50.59%-
XYZ12.837.815.3-
YUV78.59145.17163.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.26%
GREEN value IS 47 (18.75% from 255) = 16.49%
BLUE value IS 109 (42.97% from 255) = 38.25%
R=45.26%
G=16.49%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1294710900.640.160.49314.6346.5934.51
Hex812F6D040103113b2f23
Octal20157155010020614735743
Binary1000000110111111011010100000010000110001100111011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812f6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,47,109); }

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

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

 a { background-color: rgb(129,47,109); }

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

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

 span { border-color: rgb(129,47,109); }

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