#81067F

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

Shades of Purple #81067F

Tints of Purple #81067F

Color information

#81067F (or 0x81067F) is unknown color: approx Purple. HEX triplet: 81, 06 and 7F. RGB value is (129,6,127). Sum of RGB (Red+Green+Blue) = 129+6+127=262 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.24% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 129 - color contains mainly: red. Hex color #81067F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81067F is #7EF980. Grayscale: #383838. Windows color (decimal): -8321409 or 8324737. OLE color: 8324737.

HSL color Cylindrical-coordinate representation of color #81067F: hue angle of 300.98º 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 #81067F is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB1296127-
CMYK00.950.020.49
HSL300.98º91.11%26.47%-
HSV(B)300.98º95.35%50.59%-
XYZ12.956.3320.62-
YUV56.57167.75179.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.24%
GREEN value IS 6 (2.73% from 255) = 2.29%
BLUE value IS 127 (50% from 255) = 48.47%
R=49.24%
G=2.29%
B=48.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129612700.950.020.49300.9891.1126.47
Hex8167F05F23112d5b1a
Octal2016177013726145513332
Binary1000000111011111110101111110110001100101101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81067F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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