#71568A

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

Shades of Affair #71568A

Tints of Affair #71568A

Color information

#71568A (or 0x71568A) is unknown color: approx Affair. HEX triplet: 71, 56 and 8A. RGB value is (113,86,138). Sum of RGB (Red+Green+Blue) = 113+86+138=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 138 - color contains mainly: blue. Hex color #71568A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71568A is #8EA975. Grayscale: #636363. Windows color (decimal): -9349494 or 9066097. OLE color: 9066097.

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

Color convert

RGB11386138-
CMYK0.180.3800.46
HSL271.15º23.21%43.92%-
HSV(B)271.15º37.68%54.12%-
XYZ14.731225.59-
YUV100149.45137.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.53%
GREEN value IS 86 (33.98% from 255) = 25.52%
BLUE value IS 138 (54.30% from 255) = 40.95%
R=33.53%
G=25.52%
B=40.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113861380.180.3800.46271.1523.2143.92
Hex71568A122602E10f172c
Octal16112621222460564172754
Binary111000110101101000101010010100110010111010000111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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