#7F5088

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

Shades of Affair #7F5088

Tints of Affair #7F5088

Color information

#7F5088 (or 0x7F5088) is unknown color: approx Affair. HEX triplet: 7F, 50 and 88. RGB value is (127,80,136). Sum of RGB (Red+Green+Blue) = 127+80+136=343 (45% of max value = 765). Red value is 127 (50% from 255 or 37.03% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 136 - color contains mainly: blue. Hex color #7F5088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5088 is #80AF77. Grayscale: #646464. Windows color (decimal): -8433528 or 8933503. OLE color: 8933503.

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

Color convert

RGB12780136-
CMYK0.070.4100.47
HSL290.36º25.93%42.35%-
HSV(B)290.36º41.18%53.33%-
XYZ16.0612.0324.77-
YUV100.44148.07146.95-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.03%
GREEN value IS 80 (31.64% from 255) = 23.32%
BLUE value IS 136 (53.52% from 255) = 39.65%
R=37.03%
G=23.32%
B=39.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127801360.070.4100.47290.3625.9342.35
Hex7F508872902F1221a2a
Octal1771202107510574423252
Binary1111111101000010001000111101001010111110010001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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