#715784

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

Shades of Affair #715784

Tints of Affair #715784

Color information

#715784 (or 0x715784) is unknown color: approx Affair. HEX triplet: 71, 57 and 84. RGB value is (113,87,132). Sum of RGB (Red+Green+Blue) = 113+87+132=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 132 - color contains mainly: blue. Hex color #715784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715784 is #8EA87B. Grayscale: #636363. Windows color (decimal): -9349244 or 8673137. OLE color: 8673137.

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

Color convert

RGB11387132-
CMYK0.140.3400.48
HSL274.67º20.55%42.94%-
HSV(B)274.67º34.09%51.76%-
XYZ14.3811.9923.39-
YUV99.9146.11137.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.04%
GREEN value IS 87 (34.38% from 255) = 26.20%
BLUE value IS 132 (51.95% from 255) = 39.76%
R=34.04%
G=26.20%
B=39.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113871320.140.3400.48274.6720.5542.94
Hex715784E22030113152b
Octal16112720416420604232553
Binary11100011010111100001001110100010011000010001001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715784; }

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

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

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

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

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

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

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

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