#81026C

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

Shades of Purple #81026C

Tints of Purple #81026C

Color information

#81026C (or 0x81026C) is unknown color: approx Purple. HEX triplet: 81, 02 and 6C. RGB value is (129,2,108). Sum of RGB (Red+Green+Blue) = 129+2+108=239 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.97% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 129 - color contains mainly: red. Hex color #81026C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81026C is #7EFD93. Grayscale: #333333. Windows color (decimal): -8322452 or 7078529. OLE color: 7078529.

HSL color Cylindrical-coordinate representation of color #81026C: hue angle of 309.92º degrees, saturation: 0.97, 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 #81026C is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB1292108-
CMYK00.980.160.49
HSL309.92º96.95%25.69%-
HSV(B)309.92º98.45%50.59%-
XYZ11.785.7914.68-
YUV52.06159.58182.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.97%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 108 (42.58% from 255) = 45.19%
R=53.97%
G=0.84%
B=45.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129210800.980.160.49309.9296.9525.69
Hex8126C0621031136611a
Octal20121540142206146614132
Binary100000011011011000110001010000110001100110110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81026C; }

 p { color: rgb(129,2,108); }

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

<style>
 a { background-color: #81026C; }

 a { background-color: rgb(129,2,108); }

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

<style>
 span { border-color: #81026C; }

 span { border-color: rgb(129,2,108); }

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