#715185

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

Shades of Affair #715185

Tints of Affair #715185

Color information

#715185 (or 0x715185) is unknown color: approx Affair. HEX triplet: 71, 51 and 85. RGB value is (113,81,133). Sum of RGB (Red+Green+Blue) = 113+81+133=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 133 - color contains mainly: blue. Hex color #715185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715185 is #8EAE7A. Grayscale: #606060. Windows color (decimal): -9350779 or 8737137. OLE color: 8737137.

HSL color Cylindrical-coordinate representation of color #715185: hue angle of 276.92º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #715185 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11381133-
CMYK0.150.3900.48
HSL276.92º24.3%41.96%-
HSV(B)276.92º39.1%52.16%-
XYZ13.9911.0923.59-
YUV96.5148.6139.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.56%
GREEN value IS 81 (32.03% from 255) = 24.77%
BLUE value IS 133 (52.34% from 255) = 40.67%
R=34.56%
G=24.77%
B=40.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113811330.150.3900.48276.9224.341.96
Hex715185F27030115182a
Octal16112120517470604253052
Binary11100011010001100001011111100111011000010001010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715185; }

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

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

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

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

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

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

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

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