#80187B

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

Shades of Dark Purple #80187B

Tints of Dark Purple #80187B

Color information

#80187B (or 0x80187B) is unknown color: approx Dark Purple. HEX triplet: 80, 18 and 7B. RGB value is (128,24,123). Sum of RGB (Red+Green+Blue) = 128+24+123=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #80187B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80187B is #7FE784. Grayscale: #424242. Windows color (decimal): -8382341 or 8067200. OLE color: 8067200.

HSL color Cylindrical-coordinate representation of color #80187B: hue angle of 302.88º 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 #80187B is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB12824123-
CMYK00.810.040.50
HSL302.88º68.42%29.8%-
HSV(B)302.88º81.25%50.2%-
XYZ12.86.6719.35-
YUV66.38159.96171.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.55%
GREEN value IS 24 (9.77% from 255) = 8.73%
BLUE value IS 123 (48.44% from 255) = 44.73%
R=46.55%
G=8.73%
B=44.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1282412300.810.040.50302.8868.4229.8
Hex80187B05143212f441e
Octal20030173012146245710436
Binary1000000011000111101101010001100110010100101111100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80187B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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