#71578A

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

Shades of Affair #71578A

Tints of Affair #71578A

Color information

#71578A (or 0x71578A) is unknown color: approx Affair. HEX triplet: 71, 57 and 8A. RGB value is (113,87,138). Sum of RGB (Red+Green+Blue) = 113+87+138=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 138 - color contains mainly: blue. Hex color #71578A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71578A is #8EA875. Grayscale: #646464. Windows color (decimal): -9349238 or 9066353. OLE color: 9066353.

HSL color Cylindrical-coordinate representation of color #71578A: hue angle of 270.59º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71578A is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11387138-
CMYK0.180.3700.46
HSL270.59º22.67%44.12%-
HSV(B)270.59º36.96%54.12%-
XYZ14.8112.1625.61-
YUV100.59149.11136.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.43%
GREEN value IS 87 (34.38% from 255) = 25.74%
BLUE value IS 138 (54.30% from 255) = 40.83%
R=33.43%
G=25.74%
B=40.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113871380.180.3700.46270.5922.6744.12
Hex71578A122502E10f172c
Octal16112721222450564172754
Binary111000110101111000101010010100101010111010000111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71578A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,87,138); }

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

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

 a { background-color: rgb(113,87,138); }

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

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

 span { border-color: rgb(113,87,138); }

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