#715284

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

Shades of Affair #715284

Tints of Affair #715284

Color information

#715284 (or 0x715284) is unknown color: approx Affair. HEX triplet: 71, 52 and 84. RGB value is (113,82,132). Sum of RGB (Red+Green+Blue) = 113+82+132=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 132 - color contains mainly: blue. Hex color #715284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715284 is #8EAD7B. Grayscale: #606060. Windows color (decimal): -9350524 or 8671857. OLE color: 8671857.

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

Color convert

RGB11382132-
CMYK0.140.3800.48
HSL277.2º23.36%41.96%-
HSV(B)277.2º37.88%51.76%-
XYZ13.9911.2123.26-
YUV96.97147.77139.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.56%
GREEN value IS 82 (32.42% from 255) = 25.08%
BLUE value IS 132 (51.95% from 255) = 40.37%
R=34.56%
G=25.08%
B=40.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113821320.140.3800.48277.223.3641.96
Hex715284E26030115172a
Octal16112220416460604252752
Binary11100011010010100001001110100110011000010001010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715284; }

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

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

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

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

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

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

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

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