#715189

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

Shades of Affair #715189

Tints of Affair #715189

Color information

#715189 (or 0x715189) is unknown color: approx Affair. HEX triplet: 71, 51 and 89. RGB value is (113,81,137). Sum of RGB (Red+Green+Blue) = 113+81+137=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 137 - color contains mainly: blue. Hex color #715189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715189 is #8EAE76. Grayscale: #606060. Windows color (decimal): -9350775 or 8999281. OLE color: 8999281.

HSL color Cylindrical-coordinate representation of color #715189: hue angle of 274.29º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #715189 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11381137-
CMYK0.180.4100.46
HSL274.29º25.69%42.75%-
HSV(B)274.29º40.88%53.73%-
XYZ14.2711.225.08-
YUV96.95150.6139.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.14%
GREEN value IS 81 (32.03% from 255) = 24.47%
BLUE value IS 137 (53.91% from 255) = 41.39%
R=34.14%
G=24.47%
B=41.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113811370.180.4100.46274.2925.6942.75
Hex715189122902E1121a2b
Octal16112121122510564223253
Binary111000110100011000100110010101001010111010001001011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715189; }

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

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

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

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

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

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

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

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