#80578B

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

Shades of Affair #80578B

Tints of Affair #80578B

Color information

#80578B (or 0x80578B) is unknown color: approx Affair. HEX triplet: 80, 57 and 8B. RGB value is (128,87,139). Sum of RGB (Red+Green+Blue) = 128+87+139=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 139 - color contains mainly: blue. Hex color #80578B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80578B is #7FA874. Grayscale: #696969. Windows color (decimal): -8366197 or 9131904. OLE color: 9131904.

HSL color Cylindrical-coordinate representation of color #80578B: hue angle of 287.31º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80578B is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12887139-
CMYK0.080.3700.45
HSL287.31º23.01%44.31%-
HSV(B)287.31º37.41%54.51%-
XYZ16.9713.2726.09-
YUV105.19147.08144.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.16%
GREEN value IS 87 (34.38% from 255) = 24.58%
BLUE value IS 139 (54.69% from 255) = 39.27%
R=36.16%
G=24.58%
B=39.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128871390.080.3700.45287.3123.0144.31
Hex80578B82502D11f172c
Octal20012721310450554372754
Binary100000001010111100010111000100101010110110001111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80578B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,87,139); }

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

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

 a { background-color: rgb(128,87,139); }

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

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

 span { border-color: rgb(128,87,139); }

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