#81226D

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

Shades of Dark Purple #81226D

Tints of Dark Purple #81226D

Color information

#81226D (or 0x81226D) is unknown color: approx Dark Purple. HEX triplet: 81, 22 and 6D. RGB value is (129,34,109). Sum of RGB (Red+Green+Blue) = 129+34+109=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #81226D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81226D is #7EDD92. Grayscale: #464646. Windows color (decimal): -8314259 or 7152257. OLE color: 7152257.

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

Color convert

RGB12934109-
CMYK00.740.160.49
HSL312.63º58.28%31.96%-
HSV(B)312.63º73.64%50.59%-
XYZ12.396.9215.15-
YUV70.96149.47169.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.43%
GREEN value IS 34 (13.67% from 255) = 12.5%
BLUE value IS 109 (42.97% from 255) = 40.07%
R=47.43%
G=12.5%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293410900.740.160.49312.6358.2831.96
Hex81226D04A10311393a20
Octal20142155011220614717240
Binary1000000110001011011010100101010000110001100111001111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81226D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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