#80187F

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

Shades of Dark Purple #80187F

Tints of Dark Purple #80187F

Color information

#80187F (or 0x80187F) is unknown color: approx Dark Purple. HEX triplet: 80, 18 and 7F. RGB value is (128,24,127). Sum of RGB (Red+Green+Blue) = 128+24+127=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #80187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80187F is #7FE780. Grayscale: #424242. Windows color (decimal): -8382337 or 8329344. OLE color: 8329344.

HSL color Cylindrical-coordinate representation of color #80187F: hue angle of 300.58º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80187F is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB12824127-
CMYK00.810.010.50
HSL300.58º68.42%29.8%-
HSV(B)300.58º81.25%50.2%-
XYZ13.066.7720.7-
YUV66.84161.96171.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.88%
GREEN value IS 24 (9.77% from 255) = 8.60%
BLUE value IS 127 (50% from 255) = 45.52%
R=45.88%
G=8.60%
B=45.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1282412700.810.010.50300.5868.4229.8
Hex80187F05113212d441e
Octal20030177012116245510436
Binary10000000110001111111010100011110010100101101100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80187F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,24,127); }

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

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

 a { background-color: rgb(128,24,127); }

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

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

 span { border-color: rgb(128,24,127); }

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