#7F5974

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

Shades of Old Lavender #7F5974

Tints of Old Lavender #7F5974

Color information

#7F5974 (or 0x7F5974) is unknown color: approx Old Lavender. HEX triplet: 7F, 59 and 74. RGB value is (127,89,116). Sum of RGB (Red+Green+Blue) = 127+89+116=332 (43% of max value = 765). Red value is 127 (50% from 255 or 38.25% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5974 is #80A68B. Grayscale: #676767. Windows color (decimal): -8431244 or 7625087. OLE color: 7625087.

HSL color Cylindrical-coordinate representation of color #7F5974: hue angle of 317.37º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F5974 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB12789116-
CMYK00.300.090.50
HSL317.37º17.59%42.35%-
HSV(B)317.37º29.92%49.8%-
XYZ15.4812.9218.2-
YUV103.44135.09144.8-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.25%
GREEN value IS 89 (35.16% from 255) = 26.81%
BLUE value IS 116 (45.70% from 255) = 34.94%
R=38.25%
G=26.81%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1278911600.300.090.50317.3717.5942.35
Hex7F597401E93213d122a
Octal17713116403611624752252
Binary111111110110011110100011110100111001010011110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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