#7A5874

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

Shades of Old Lavender #7A5874

Tints of Old Lavender #7A5874

Color information

#7A5874 (or 0x7A5874) is unknown color: approx Old Lavender. HEX triplet: 7A, 58 and 74. RGB value is (122,88,116). Sum of RGB (Red+Green+Blue) = 122+88+116=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5874 is #85A78B. Grayscale: #656565. Windows color (decimal): -8759180 or 7624826. OLE color: 7624826.

HSL color Cylindrical-coordinate representation of color #7A5874: hue angle of 310.59º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A5874 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB12288116-
CMYK00.280.050.52
HSL310.59º16.19%41.18%-
HSV(B)310.59º27.87%47.84%-
XYZ14.6712.3818.14-
YUV101.36136.26142.72-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.42%
GREEN value IS 88 (34.77% from 255) = 26.99%
BLUE value IS 116 (45.70% from 255) = 35.58%
R=37.42%
G=26.99%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228811600.280.050.52310.5916.1941.18
Hex7A587401C5341371029
Octal1721301640345644672051
Binary11110101011000111010001110010111010010011011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,88,116); }

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

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

 a { background-color: rgb(122,88,116); }

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

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

 span { border-color: rgb(122,88,116); }

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