#715A85

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

Shades of Affair #715A85

Tints of Affair #715A85

Color information

#715A85 (or 0x715A85) is unknown color: approx Affair. HEX triplet: 71, 5A and 85. RGB value is (113,90,133). Sum of RGB (Red+Green+Blue) = 113+90+133=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 133 - color contains mainly: blue. Hex color #715A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715A85 is #8EA57A. Grayscale: #656565. Windows color (decimal): -9348475 or 8739441. OLE color: 8739441.

HSL color Cylindrical-coordinate representation of color #715A85: hue angle of 272.09º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #715A85 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11390133-
CMYK0.150.3200.48
HSL272.09º19.28%43.73%-
HSV(B)272.09º32.33%52.16%-
XYZ14.712.5223.83-
YUV101.78145.62136-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.63%
GREEN value IS 90 (35.55% from 255) = 26.79%
BLUE value IS 133 (52.34% from 255) = 39.58%
R=33.63%
G=26.79%
B=39.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113901330.150.3200.48272.0919.2843.73
Hex715A85F20030110132c
Octal16113220517400604202354
Binary11100011011010100001011111100000011000010001000010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715A85; }

 p { color: rgb(113,90,133); }

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

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

 a { background-color: rgb(113,90,133); }

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

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

 span { border-color: rgb(113,90,133); }

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