#81067D

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

Shades of Purple #81067D

Tints of Purple #81067D

Color information

#81067D (or 0x81067D) is unknown color: approx Purple. HEX triplet: 81, 06 and 7D. RGB value is (129,6,125). Sum of RGB (Red+Green+Blue) = 129+6+125=260 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.62% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 129 - color contains mainly: red. Hex color #81067D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81067D is #7EF982. Grayscale: #373737. Windows color (decimal): -8321411 or 8193665. OLE color: 8193665.

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

Color convert

RGB1296125-
CMYK00.950.030.49
HSL301.95º91.11%26.47%-
HSV(B)301.95º95.35%50.59%-
XYZ12.826.2819.94-
YUV56.34166.75179.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.62%
GREEN value IS 6 (2.73% from 255) = 2.31%
BLUE value IS 125 (49.22% from 255) = 48.08%
R=49.62%
G=2.31%
B=48.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129612500.950.030.49301.9591.1126.47
Hex8167D05F33112e5b1a
Octal2016175013736145613332
Binary1000000111011111010101111111110001100101110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81067D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,6,125); }

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

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

 a { background-color: rgb(129,6,125); }

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

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

 span { border-color: rgb(129,6,125); }

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