#715484

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

Shades of Affair #715484

Tints of Affair #715484

Color information

#715484 (or 0x715484) is unknown color: approx Affair. HEX triplet: 71, 54 and 84. RGB value is (113,84,132). Sum of RGB (Red+Green+Blue) = 113+84+132=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 132 - color contains mainly: blue. Hex color #715484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715484 is #8EAB7B. Grayscale: #616161. Windows color (decimal): -9350012 or 8672369. OLE color: 8672369.

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

Color convert

RGB11384132-
CMYK0.140.3600.48
HSL276.25º22.22%42.35%-
HSV(B)276.25º36.36%51.76%-
XYZ14.1511.5223.31-
YUV98.14147.11138.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.35%
GREEN value IS 84 (33.20% from 255) = 25.53%
BLUE value IS 132 (51.95% from 255) = 40.12%
R=34.35%
G=25.53%
B=40.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113841320.140.3600.48276.2522.2242.35
Hex715484E24030114162a
Octal16112420416440604242652
Binary11100011010100100001001110100100011000010001010010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715484; }

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

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

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

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

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

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

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

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