#71528E

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

Shades of Affair #71528E

Tints of Affair #71528E

Color information

#71528E (or 0x71528E) is unknown color: approx Affair. HEX triplet: 71, 52 and 8E. RGB value is (113,82,142). Sum of RGB (Red+Green+Blue) = 113+82+142=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #71528E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71528E is #8EAD71. Grayscale: #616161. Windows color (decimal): -9350514 or 9327217. OLE color: 9327217.

HSL color Cylindrical-coordinate representation of color #71528E: hue angle of 271º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71528E is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11382142-
CMYK0.200.4200.44
HSL271º26.79%43.92%-
HSV(B)271º42.25%55.69%-
XYZ14.7111.527.04-
YUV98.11152.77138.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.53%
GREEN value IS 82 (32.42% from 255) = 24.33%
BLUE value IS 142 (55.86% from 255) = 42.14%
R=33.53%
G=24.33%
B=42.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113821420.200.4200.4427126.7943.92
Hex71528E142A02C10f1b2c
Octal16112221624520544173354
Binary111000110100101000111010100101010010110010000111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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