#715184

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

Shades of Affair #715184

Tints of Affair #715184

Color information

#715184 (or 0x715184) is unknown color: approx Affair. HEX triplet: 71, 51 and 84. RGB value is (113,81,132). Sum of RGB (Red+Green+Blue) = 113+81+132=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #715184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715184 is #8EAE7B. Grayscale: #606060. Windows color (decimal): -9350780 or 8671601. OLE color: 8671601.

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

Color convert

RGB11381132-
CMYK0.140.3900.48
HSL277.65º23.94%41.76%-
HSV(B)277.65º38.64%51.76%-
XYZ13.9211.0623.23-
YUV96.38148.1139.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.66%
GREEN value IS 81 (32.03% from 255) = 24.85%
BLUE value IS 132 (51.95% from 255) = 40.49%
R=34.66%
G=24.85%
B=40.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113811320.140.3900.48277.6523.9441.76
Hex715184E27030116182a
Octal16112120416470604263052
Binary11100011010001100001001110100111011000010001011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715184; }

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

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

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

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

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

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

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

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