#7B5975

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

Shades of Old Lavender #7B5975

Tints of Old Lavender #7B5975

Color information

#7B5975 (or 0x7B5975) is unknown color: approx Old Lavender. HEX triplet: 7B, 59 and 75. RGB value is (123,89,117). Sum of RGB (Red+Green+Blue) = 123+89+117=329 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.39% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5975 is #84A68A. Grayscale: #666666. Windows color (decimal): -8693387 or 7690619. OLE color: 7690619.

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

Color convert

RGB12389117-
CMYK00.280.050.52
HSL310.59º16.04%41.57%-
HSV(B)310.59º27.64%48.24%-
XYZ14.9512.6418.48-
YUV102.36136.26142.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.39%
GREEN value IS 89 (35.16% from 255) = 27.05%
BLUE value IS 117 (46.09% from 255) = 35.56%
R=37.39%
G=27.05%
B=35.56%

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
Decimal1238911700.280.050.52310.5916.0441.57
Hex7B597501C534137102a
Octal1731311650345644672052
Binary11110111011001111010101110010111010010011011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,89,117); }

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

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

 a { background-color: rgb(123,89,117); }

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

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

 span { border-color: rgb(123,89,117); }

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