#715880

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

Shades of Affair #715880

Tints of Affair #715880

Color information

#715880 (or 0x715880) is unknown color: approx Affair. HEX triplet: 71, 58 and 80. RGB value is (113,88,128). Sum of RGB (Red+Green+Blue) = 113+88+128=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 128 - color contains mainly: blue. Hex color #715880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715880 is #8EA77F. Grayscale: #636363. Windows color (decimal): -9348992 or 8411249. OLE color: 8411249.

HSL color Cylindrical-coordinate representation of color #715880: hue angle of 277.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #715880 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11388128-
CMYK0.120.3100.50
HSL277.5º18.52%42.35%-
HSV(B)277.5º31.25%50.2%-
XYZ14.212.0522-
YUV100.04143.78137.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.35%
GREEN value IS 88 (34.77% from 255) = 26.75%
BLUE value IS 128 (50.39% from 255) = 38.91%
R=34.35%
G=26.75%
B=38.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal113881280.120.3100.50277.518.5242.35
Hex715880C1F032116132a
Octal16113020014370624262352
Binary1110001101100010000000110011111011001010001011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715880; }

 p { color: rgb(113,88,128); }

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

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

 a { background-color: rgb(113,88,128); }

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

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

 span { border-color: rgb(113,88,128); }

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