#71538C

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

Shades of Affair #71538C

Tints of Affair #71538C

Color information

#71538C (or 0x71538C) is unknown color: approx Affair. HEX triplet: 71, 53 and 8C. RGB value is (113,83,140). Sum of RGB (Red+Green+Blue) = 113+83+140=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 140 - color contains mainly: blue. Hex color #71538C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71538C is #8EAC73. Grayscale: #626262. Windows color (decimal): -9350260 or 9196401. OLE color: 9196401.

HSL color Cylindrical-coordinate representation of color #71538C: hue angle of 271.58º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71538C is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11383140-
CMYK0.190.4100.45
HSL271.58º25.56%43.73%-
HSV(B)271.58º40.71%54.9%-
XYZ14.6411.5926.28-
YUV98.47151.44138.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.63%
GREEN value IS 83 (32.81% from 255) = 24.70%
BLUE value IS 140 (55.08% from 255) = 41.67%
R=33.63%
G=24.70%
B=41.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113831400.190.4100.45271.5825.5643.73
Hex71538C132902D1101a2c
Octal16112321423510554203254
Binary111000110100111000110010011101001010110110001000011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71538C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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