#715090

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

Shades of Affair #715090

Tints of Affair #715090

Color information

#715090 (or 0x715090) is unknown color: approx Affair. HEX triplet: 71, 50 and 90. RGB value is (113,80,144). Sum of RGB (Red+Green+Blue) = 113+80+144=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #715090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715090 is #8EAF6F. Grayscale: #606060. Windows color (decimal): -9351024 or 9457777. OLE color: 9457777.

HSL color Cylindrical-coordinate representation of color #715090: hue angle of 270.94º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #715090 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11380144-
CMYK0.220.4400.44
HSL270.94º28.57%43.92%-
HSV(B)270.94º44.44%56.47%-
XYZ14.7111.2627.78-
YUV97.16154.43139.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.53%
GREEN value IS 80 (31.64% from 255) = 23.74%
BLUE value IS 144 (56.64% from 255) = 42.73%
R=33.53%
G=23.74%
B=42.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113801440.220.4400.44270.9428.5743.92
Hex715090162C02C10f1d2c
Octal16112022026540544173554
Binary111000110100001001000010110101100010110010000111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715090; }

 p { color: rgb(113,80,144); }

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

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

 a { background-color: rgb(113,80,144); }

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

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

 span { border-color: rgb(113,80,144); }

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