#71568B

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

Shades of Affair #71568B

Tints of Affair #71568B

Color information

#71568B (or 0x71568B) is unknown color: approx Affair. HEX triplet: 71, 56 and 8B. RGB value is (113,86,139). Sum of RGB (Red+Green+Blue) = 113+86+139=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #71568B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71568B is #8EA974. Grayscale: #636363. Windows color (decimal): -9349493 or 9131633. OLE color: 9131633.

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

Color convert

RGB11386139-
CMYK0.190.3800.45
HSL270.57º23.56%44.12%-
HSV(B)270.57º38.13%54.51%-
XYZ14.812.0325.97-
YUV100.12149.95137.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.43%
GREEN value IS 86 (33.98% from 255) = 25.44%
BLUE value IS 139 (54.69% from 255) = 41.12%
R=33.43%
G=25.44%
B=41.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113861390.190.3800.45270.5723.5644.12
Hex71568B132602D10f182c
Octal16112621323460554173054
Binary111000110101101000101110011100110010110110000111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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