#7F5988

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

Shades of Affair #7F5988

Tints of Affair #7F5988

Color information

#7F5988 (or 0x7F5988) is unknown color: approx Affair. HEX triplet: 7F, 59 and 88. RGB value is (127,89,136). Sum of RGB (Red+Green+Blue) = 127+89+136=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 136 - color contains mainly: blue. Hex color #7F5988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5988 is #80A677. Grayscale: #696969. Windows color (decimal): -8431224 or 8935807. OLE color: 8935807.

HSL color Cylindrical-coordinate representation of color #7F5988: hue angle of 288.51º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F5988 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12789136-
CMYK0.070.3500.47
HSL288.51º20.89%44.12%-
HSV(B)288.51º34.56%53.33%-
XYZ16.7713.4325-
YUV105.72145.09143.18-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.08%
GREEN value IS 89 (35.16% from 255) = 25.28%
BLUE value IS 136 (53.52% from 255) = 38.64%
R=36.08%
G=25.28%
B=38.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127891360.070.3500.47288.5120.8944.12
Hex7F598872302F121152c
Octal1771312107430574412554
Binary1111111101100110001000111100011010111110010000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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