#81026B

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

Shades of Purple #81026B

Tints of Purple #81026B

Color information

#81026B (or 0x81026B) is unknown color: approx Purple. HEX triplet: 81, 02 and 6B. RGB value is (129,2,107). Sum of RGB (Red+Green+Blue) = 129+2+107=238 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.20% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 129 - color contains mainly: red. Hex color #81026B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81026B is #7EFD94. Grayscale: #333333. Windows color (decimal): -8322453 or 7012993. OLE color: 7012993.

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

Color convert

RGB1292107-
CMYK00.980.170.49
HSL310.39º96.95%25.69%-
HSV(B)310.39º98.45%50.59%-
XYZ11.735.7714.41-
YUV51.94159.08182.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 54.20%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 107 (42.19% from 255) = 44.96%
R=54.20%
G=0.84%
B=44.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129210700.980.170.49310.3996.9525.69
Hex8126B0621131136611a
Octal20121530142216146614132
Binary100000011011010110110001010001110001100110110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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