#81266D

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

Shades of Dark Purple #81266D

Tints of Dark Purple #81266D

Color information

#81266D (or 0x81266D) is unknown color: approx Dark Purple. HEX triplet: 81, 26 and 6D. RGB value is (129,38,109). Sum of RGB (Red+Green+Blue) = 129+38+109=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 129 - color contains mainly: red. Hex color #81266D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81266D is #7ED992. Grayscale: #494949. Windows color (decimal): -8313235 or 7153281. OLE color: 7153281.

HSL color Cylindrical-coordinate representation of color #81266D: hue angle of 313.19º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #81266D is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB12938109-
CMYK00.710.160.49
HSL313.19º54.49%32.75%-
HSV(B)313.19º70.54%50.59%-
XYZ12.517.1615.19-
YUV73.3148.15167.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.74%
GREEN value IS 38 (15.23% from 255) = 13.77%
BLUE value IS 109 (42.97% from 255) = 39.49%
R=46.74%
G=13.77%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293810900.710.160.49313.1954.4932.75
Hex81266D04710311393621
Octal20146155010720614716641
Binary1000000110011011011010100011110000110001100111001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81266D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81266D; }

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

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

<style>
 a { background-color: #81266D; }

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

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

<style>
 span { border-color: #81266D; }

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

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