#71538E

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

Shades of Affair #71538E

Tints of Affair #71538E

Color information

#71538E (or 0x71538E) is unknown color: approx Affair. HEX triplet: 71, 53 and 8E. RGB value is (113,83,142). Sum of RGB (Red+Green+Blue) = 113+83+142=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 142 - color contains mainly: blue. Hex color #71538E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71538E is #8EAC71. Grayscale: #626262. Windows color (decimal): -9350258 or 9327473. OLE color: 9327473.

HSL color Cylindrical-coordinate representation of color #71538E: hue angle of 270.51º degrees, saturation: 0.26, 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 #71538E is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11383142-
CMYK0.200.4200.44
HSL270.51º26.22%44.12%-
HSV(B)270.51º41.55%55.69%-
XYZ14.7911.6527.06-
YUV98.7152.44138.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.43%
GREEN value IS 83 (32.81% from 255) = 24.56%
BLUE value IS 142 (55.86% from 255) = 42.01%
R=33.43%
G=24.56%
B=42.01%

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
Decimal113831420.200.4200.44270.5126.2244.12
Hex71538E142A02C10f1a2c
Octal16112321624520544173254
Binary111000110100111000111010100101010010110010000111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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