#715283

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

Shades of Affair #715283

Tints of Affair #715283

Color information

#715283 (or 0x715283) is unknown color: approx Affair. HEX triplet: 71, 52 and 83. RGB value is (113,82,131). Sum of RGB (Red+Green+Blue) = 113+82+131=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 131 - color contains mainly: blue. Hex color #715283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715283 is #8EAD7C. Grayscale: #606060. Windows color (decimal): -9350525 or 8606321. OLE color: 8606321.

HSL color Cylindrical-coordinate representation of color #715283: hue angle of 277.96º 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 #715283 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11382131-
CMYK0.140.3700.49
HSL277.96º23%41.76%-
HSV(B)277.96º37.4%51.37%-
XYZ13.9211.1822.9-
YUV96.85147.27139.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.66%
GREEN value IS 82 (32.42% from 255) = 25.15%
BLUE value IS 131 (51.56% from 255) = 40.18%
R=34.66%
G=25.15%
B=40.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113821310.140.3700.49277.962341.76
Hex715283E25031116172a
Octal16112220316450614262752
Binary11100011010010100000111110100101011000110001011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715283; }

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

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

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

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

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

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

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

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