#7F5588

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

Shades of Affair #7F5588

Tints of Affair #7F5588

Color information

#7F5588 (or 0x7F5588) is unknown color: approx Affair. HEX triplet: 7F, 55 and 88. RGB value is (127,85,136). Sum of RGB (Red+Green+Blue) = 127+85+136=348 (46% of max value = 765). Red value is 127 (50% from 255 or 36.49% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 136 - color contains mainly: blue. Hex color #7F5588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5588 is #80AA77. Grayscale: #676767. Windows color (decimal): -8432248 or 8934783. OLE color: 8934783.

HSL color Cylindrical-coordinate representation of color #7F5588: hue angle of 289.41º degrees, saturation: 0.23, 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 #7F5588 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12785136-
CMYK0.070.3800.47
HSL289.41º23.08%43.33%-
HSV(B)289.41º37.5%53.33%-
XYZ16.4412.7924.89-
YUV103.37146.41144.85-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.49%
GREEN value IS 85 (33.59% from 255) = 24.43%
BLUE value IS 136 (53.52% from 255) = 39.08%
R=36.49%
G=24.43%
B=39.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127851360.070.3800.47289.4123.0843.33
Hex7F558872602F121172b
Octal1771252107460574412753
Binary1111111101010110001000111100110010111110010000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F5588; }

 p { color: rgb(127,85,136); }

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

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

 a { background-color: rgb(127,85,136); }

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

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

 span { border-color: rgb(127,85,136); }

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