#7F5473

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

Shades of Old Lavender #7F5473

Tints of Old Lavender #7F5473

Color information

#7F5473 (or 0x7F5473) is unknown color: approx Old Lavender. HEX triplet: 7F, 54 and 73. RGB value is (127,84,115). Sum of RGB (Red+Green+Blue) = 127+84+115=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5473 is #80AB8C. Grayscale: #646464. Windows color (decimal): -8432525 or 7558271. OLE color: 7558271.

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

Color convert

RGB12784115-
CMYK00.340.090.50
HSL316.74º20.38%41.37%-
HSV(B)316.74º33.86%49.8%-
XYZ15.0212.0917.76-
YUV100.39136.25146.98-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.96%
GREEN value IS 84 (33.20% from 255) = 25.77%
BLUE value IS 115 (45.31% from 255) = 35.28%
R=38.96%
G=25.77%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1278411500.340.090.50316.7420.3841.37
Hex7F547302293213d1429
Octal17712416304211624752451
Binary1111111101010011100110100010100111001010011110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,84,115); }

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

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

 a { background-color: rgb(127,84,115); }

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

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

 span { border-color: rgb(127,84,115); }

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