#81036E

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

Shades of Purple #81036E

Tints of Purple #81036E

Color information

#81036E (or 0x81036E) is unknown color: approx Purple. HEX triplet: 81, 03 and 6E. RGB value is (129,3,110). Sum of RGB (Red+Green+Blue) = 129+3+110=242 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.31% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 129 - color contains mainly: red. Hex color #81036E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81036E is #7EFC91. Grayscale: #343434. Windows color (decimal): -8322194 or 7209857. OLE color: 7209857.

HSL color Cylindrical-coordinate representation of color #81036E: hue angle of 309.05º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81036E is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB1293110-
CMYK00.980.150.49
HSL309.05º95.45%25.88%-
HSV(B)309.05º97.67%50.59%-
XYZ11.95.8615.26-
YUV52.87160.24182.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.31%
GREEN value IS 3 (1.56% from 255) = 1.24%
BLUE value IS 110 (43.36% from 255) = 45.45%
R=53.31%
G=1.24%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129311000.980.150.49309.0595.4525.88
Hex8136E062F311355f1a
Octal20131560142176146513732
Binary10000001111101110011000101111110001100110101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81036E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81036E; }

 p { color: rgb(129,3,110); }

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

<style>
 a { background-color: #81036E; }

 a { background-color: rgb(129,3,110); }

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

<style>
 span { border-color: #81036E; }

 span { border-color: rgb(129,3,110); }

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