#715282

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

Shades of Affair #715282

Tints of Affair #715282

Color information

#715282 (or 0x715282) is unknown color: approx Affair. HEX triplet: 71, 52 and 82. RGB value is (113,82,130). Sum of RGB (Red+Green+Blue) = 113+82+130=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 130 - color contains mainly: blue. Hex color #715282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715282 is #8EAD7D. Grayscale: #606060. Windows color (decimal): -9350526 or 8540785. OLE color: 8540785.

HSL color Cylindrical-coordinate representation of color #715282: hue angle of 278.75º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #715282 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11382130-
CMYK0.130.3700.49
HSL278.75º22.64%41.57%-
HSV(B)278.75º36.92%50.98%-
XYZ13.8611.1622.54-
YUV96.74146.77139.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.77%
GREEN value IS 82 (32.42% from 255) = 25.23%
BLUE value IS 130 (51.17% from 255) = 40%
R=34.77%
G=25.23%
B=40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113821300.130.3700.49278.7522.6441.57
Hex715282D25031117172a
Octal16112220215450614272752
Binary11100011010010100000101101100101011000110001011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715282; }

 p { color: rgb(113,82,130); }

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

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

 a { background-color: rgb(113,82,130); }

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

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

 span { border-color: rgb(113,82,130); }

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