#715085

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

Shades of Affair #715085

Tints of Affair #715085

Color information

#715085 (or 0x715085) is unknown color: approx Affair. HEX triplet: 71, 50 and 85. RGB value is (113,80,133). Sum of RGB (Red+Green+Blue) = 113+80+133=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 133 - color contains mainly: blue. Hex color #715085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715085 is #8EAF7A. Grayscale: #5F5F5F. Windows color (decimal): -9351035 or 8736881. OLE color: 8736881.

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

Color convert

RGB11380133-
CMYK0.150.4000.48
HSL277.36º24.88%41.76%-
HSV(B)277.36º39.85%52.16%-
XYZ13.9110.9423.57-
YUV95.91148.93140.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.66%
GREEN value IS 80 (31.64% from 255) = 24.54%
BLUE value IS 133 (52.34% from 255) = 40.80%
R=34.66%
G=24.54%
B=40.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113801330.150.4000.48277.3624.8841.76
Hex715085F28030115192a
Octal16112020517500604253152
Binary11100011010000100001011111101000011000010001010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715085; }

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

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

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

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

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

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

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

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