#812B7F

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

Shades of Dark Purple #812B7F

Tints of Dark Purple #812B7F

Color information

#812B7F (or 0x812B7F) is unknown color: approx Dark Purple. HEX triplet: 81, 2B and 7F. RGB value is (129,43,127). Sum of RGB (Red+Green+Blue) = 129+43+127=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 129 - color contains mainly: red. Hex color #812B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812B7F is #7ED480. Grayscale: #4E4E4E. Windows color (decimal): -8311937 or 8334209. OLE color: 8334209.

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

Color convert

RGB12943127-
CMYK00.670.020.49
HSL301.4º50%33.73%-
HSV(B)301.4º66.67%50.59%-
XYZ13.757.9320.88-
YUV78.29155.49164.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.14%
GREEN value IS 43 (17.19% from 255) = 14.38%
BLUE value IS 127 (50% from 255) = 42.47%
R=43.14%
G=14.38%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1294312700.670.020.49301.45033.73
Hex812B7F04323112d3222
Octal2015317701032614556242
Binary1000000110101111111110100001110110001100101101110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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