#7F7480

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

Shades of Old Lavender #7F7480

Tints of Old Lavender #7F7480

Color information

#7F7480 (or 0x7F7480) is unknown color: approx Old Lavender. HEX triplet: 7F, 74 and 80. RGB value is (127,116,128). Sum of RGB (Red+Green+Blue) = 127+116+128=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 128 - color contains mainly: blue. Hex color #7F7480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7480 is #808B7F. Grayscale: #787878. Windows color (decimal): -8424320 or 8418431. OLE color: 8418431.

HSL color Cylindrical-coordinate representation of color #7F7480: hue angle of 295º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7F7480 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB127116128-
CMYK0.010.0900.50
HSL295º4.92%47.84%-
HSV(B)295º9.38%50.2%-
XYZ18.8918.5623.01-
YUV120.66132.14132.52-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.23%
GREEN value IS 116 (45.70% from 255) = 31.27%
BLUE value IS 128 (50.39% from 255) = 34.50%
R=34.23%
G=31.27%
B=34.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271161280.010.0900.502954.9247.84
Hex7F748019032127530
Octal177164200111062447560
Binary1111111111010010000000110010110010100100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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