#80087A

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

Shades of Purple #80087A

Tints of Purple #80087A

Color information

#80087A (or 0x80087A) is unknown color: approx Purple. HEX triplet: 80, 08 and 7A. RGB value is (128,8,122). Sum of RGB (Red+Green+Blue) = 128+8+122=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #80087A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80087A is #7FF785. Grayscale: #383838. Windows color (decimal): -8386438 or 7997568. OLE color: 7997568.

HSL color Cylindrical-coordinate representation of color #80087A: hue angle of 303º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80087A is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB1288122-
CMYK00.940.050.50
HSL303º88.24%26.67%-
HSV(B)303º93.75%50.2%-
XYZ12.56.1718.94-
YUV56.88164.76178.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.61%
GREEN value IS 8 (3.52% from 255) = 3.10%
BLUE value IS 122 (48.05% from 255) = 47.29%
R=49.61%
G=3.10%
B=47.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128812200.940.050.5030388.2426.67
Hex8087A05E53212f581b
Octal20010172013656245713033
Binary100000001000111101001011110101110010100101111101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80087A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80087A; }

 p { color: rgb(128,8,122); }

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

<style>
 a { background-color: #80087A; }

 a { background-color: rgb(128,8,122); }

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

<style>
 span { border-color: #80087A; }

 span { border-color: rgb(128,8,122); }

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