#7F5372

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

Shades of Old Lavender #7F5372

Tints of Old Lavender #7F5372

Color information

#7F5372 (or 0x7F5372) is unknown color: approx Old Lavender. HEX triplet: 7F, 53 and 72. RGB value is (127,83,114). Sum of RGB (Red+Green+Blue) = 127+83+114=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5372 is #80AC8D. Grayscale: #636363. Windows color (decimal): -8432782 or 7492479. OLE color: 7492479.

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

Color convert

RGB12783114-
CMYK00.350.100.50
HSL317.73º20.95%41.18%-
HSV(B)317.73º34.65%49.8%-
XYZ14.8811.9117.43-
YUV99.69136.08147.48-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.20%
GREEN value IS 83 (32.81% from 255) = 25.62%
BLUE value IS 114 (44.92% from 255) = 35.19%
R=39.20%
G=25.62%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1278311400.350.100.50317.7320.9541.18
Hex7F5372023A3213e1529
Octal17712316204312624762551
Binary1111111101001111100100100011101011001010011111010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,83,114); }

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

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

 a { background-color: rgb(127,83,114); }

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

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

 span { border-color: rgb(127,83,114); }

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