#81276B

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

Shades of Dark Purple #81276B

Tints of Dark Purple #81276B

Color information

#81276B (or 0x81276B) is unknown color: approx Dark Purple. HEX triplet: 81, 27 and 6B. RGB value is (129,39,107). Sum of RGB (Red+Green+Blue) = 129+39+107=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 129 - color contains mainly: red. Hex color #81276B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81276B is #7ED894. Grayscale: #494949. Windows color (decimal): -8312981 or 7022465. OLE color: 7022465.

HSL color Cylindrical-coordinate representation of color #81276B: hue angle of 314.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #81276B is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB12939107-
CMYK00.700.170.49
HSL314.67º53.57%32.94%-
HSV(B)314.67º69.77%50.59%-
XYZ12.437.1814.64-
YUV73.66146.82167.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.91%
GREEN value IS 39 (15.62% from 255) = 14.18%
BLUE value IS 107 (42.19% from 255) = 38.91%
R=46.91%
G=14.18%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293910700.700.170.49314.6753.5732.94
Hex81276B046113113b3621
Octal20147153010621614736641
Binary1000000110011111010110100011010001110001100111011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81276B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81276B; }

 p { color: rgb(129,39,107); }

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

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

 a { background-color: rgb(129,39,107); }

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

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

 span { border-color: rgb(129,39,107); }

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