#715578

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

Shades of Affair #715578

Tints of Affair #715578

Color information

#715578 (or 0x715578) is unknown color: approx Affair. HEX triplet: 71, 55 and 78. RGB value is (113,85,120). Sum of RGB (Red+Green+Blue) = 113+85+120=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 120 - color contains mainly: blue. Hex color #715578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715578 is #8EAA87. Grayscale: #616161. Windows color (decimal): -9349768 or 7886193. OLE color: 7886193.

HSL color Cylindrical-coordinate representation of color #715578: hue angle of 288º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #715578 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11385120-
CMYK0.060.2900.53
HSL288º17.07%40.2%-
HSV(B)288º29.17%47.06%-
XYZ13.4511.3619.25-
YUV97.36140.78139.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.53%
GREEN value IS 85 (33.59% from 255) = 26.73%
BLUE value IS 120 (47.27% from 255) = 37.74%
R=35.53%
G=26.73%
B=37.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113851200.060.2900.5328817.0740.2
Hex71557861D0351201128
Octal1611251706350654402150
Binary11100011010101111100011011101011010110010000010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715578; }

 p { color: rgb(113,85,120); }

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

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

 a { background-color: rgb(113,85,120); }

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

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

 span { border-color: rgb(113,85,120); }

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