#71528A

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

Shades of Affair #71528A

Tints of Affair #71528A

Color information

#71528A (or 0x71528A) is unknown color: approx Affair. HEX triplet: 71, 52 and 8A. RGB value is (113,82,138). Sum of RGB (Red+Green+Blue) = 113+82+138=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 138 - color contains mainly: blue. Hex color #71528A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71528A is #8EAD75. Grayscale: #616161. Windows color (decimal): -9350518 or 9065073. OLE color: 9065073.

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

Color convert

RGB11382138-
CMYK0.180.4100.46
HSL273.21º25.45%43.14%-
HSV(B)273.21º40.58%54.12%-
XYZ14.4111.3825.48-
YUV97.65150.77138.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.93%
GREEN value IS 82 (32.42% from 255) = 24.62%
BLUE value IS 138 (54.30% from 255) = 41.44%
R=33.93%
G=24.62%
B=41.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113821380.180.4100.46273.2125.4543.14
Hex71528A122902E111192b
Octal16112221222510564213153
Binary111000110100101000101010010101001010111010001000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71528A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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