#7F5875

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

Shades of Old Lavender #7F5875

Tints of Old Lavender #7F5875

Color information

#7F5875 (or 0x7F5875) is unknown color: approx Old Lavender. HEX triplet: 7F, 58 and 75. RGB value is (127,88,117). Sum of RGB (Red+Green+Blue) = 127+88+117=332 (43% of max value = 765). Red value is 127 (50% from 255 or 38.25% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5875 is #80A78A. Grayscale: #666666. Windows color (decimal): -8431499 or 7690367. OLE color: 7690367.

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

Color convert

RGB12788117-
CMYK00.310.080.50
HSL315.38º18.14%42.16%-
HSV(B)315.38º30.71%49.8%-
XYZ15.4512.7818.48-
YUV102.97135.92145.14-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.25%
GREEN value IS 88 (34.77% from 255) = 26.51%
BLUE value IS 117 (46.09% from 255) = 35.24%
R=38.25%
G=26.51%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1278811700.310.080.50315.3818.1442.16
Hex7F587501F83213b122a
Octal17713016503710624732252
Binary111111110110001110101011111100011001010011101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,88,117); }

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

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

 a { background-color: rgb(127,88,117); }

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

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

 span { border-color: rgb(127,88,117); }

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