#81276A

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

Shades of Dark Purple #81276A

Tints of Dark Purple #81276A

Color information

#81276A (or 0x81276A) is unknown color: approx Dark Purple. HEX triplet: 81, 27 and 6A. RGB value is (129,39,106). Sum of RGB (Red+Green+Blue) = 129+39+106=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 129 - color contains mainly: red. Hex color #81276A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81276A is #7ED895. Grayscale: #494949. Windows color (decimal): -8312982 or 6956929. OLE color: 6956929.

HSL color Cylindrical-coordinate representation of color #81276A: hue angle of 315.33º 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 #81276A is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB12939106-
CMYK00.700.180.49
HSL315.33º53.57%32.94%-
HSV(B)315.33º69.77%50.59%-
XYZ12.387.1614.36-
YUV73.55146.32167.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.08%
GREEN value IS 39 (15.62% from 255) = 14.23%
BLUE value IS 106 (41.80% from 255) = 38.69%
R=47.08%
G=14.23%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293910600.700.180.49315.3353.5732.94
Hex81276A046123113b3621
Octal20147152010622614736641
Binary1000000110011111010100100011010010110001100111011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81276A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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