#715488

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

Shades of Affair #715488

Tints of Affair #715488

Color information

#715488 (or 0x715488) is unknown color: approx Affair. HEX triplet: 71, 54 and 88. RGB value is (113,84,136). Sum of RGB (Red+Green+Blue) = 113+84+136=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 136 - color contains mainly: blue. Hex color #715488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715488 is #8EAB77. Grayscale: #626262. Windows color (decimal): -9350008 or 8934513. OLE color: 8934513.

HSL color Cylindrical-coordinate representation of color #715488: hue angle of 273.46º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #715488 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11384136-
CMYK0.170.3800.47
HSL273.46º23.64%43.14%-
HSV(B)273.46º38.24%53.33%-
XYZ14.4211.6324.78-
YUV98.6149.11138.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.93%
GREEN value IS 84 (33.20% from 255) = 25.23%
BLUE value IS 136 (53.52% from 255) = 40.84%
R=33.93%
G=25.23%
B=40.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113841360.170.3800.47273.4623.6443.14
Hex715488112602F111182b
Octal16112421021460574213053
Binary111000110101001000100010001100110010111110001000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715488; }

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

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

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

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

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

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

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

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