Html Css Color HEX #7F5573 Old Lavender

📋 copy color: '#7F5573'

red 127 ◦ green 85 ◦ blue 115

#7F5573
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Lavender #7F5573

Tints of Old Lavender #7F5573

RGB

 RED value IS 127 (50% from 255) = 38.84%

 GREEN value IS 85 (33.59% from 255) = 25.99%

 BLUE value IS 115 (45.31% from 255) = 35.17%

R = 38.84%
G = 25.99%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#7F5573 (or 0x7F5573) is known color: Old Lavender. HEX triplet: 7F, 55 and 73. RGB value is (127,85,115). Sum of RGB (Red+Green+Blue) = 127+85+115=327 (43% of max value = 765). Red value is 127 (50% from 255 or 38.84% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5573 is #80AA8C. Grayscale: #646464. Windows color (decimal): -8432269 or 7558527. OLE color: 7558527.

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

Color convert

RGB 127 85 115 -
CMYK 0 0.33 0.09 0.50
HSL 317.14º 0.2% 0.42% -
HSV(B) 317.14º 0.33% 0.5% -
XYZ 15.1 12.25 17.79 -
YUV 100.98 135.91 146.56 -
System Red Green Blue C M Y K H S L
Decimal 127 85 115 0 0.33 0.09 0.50 317.14 0.2 0.42
Hex 7F 55 73 0 21 9 32 13D 14 2A
Octal 177 125 163 0 41 11 62 475 24 52
Binary 1111111 1010101 1110011 0 100001 1001 110010 100111101 10100 101010

Color Harmonies of #7F5573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5573

Black with #7F5573

Text Example


Text Example

White with #7F5573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F5573;
 }
 .AnyTagClassName
 {
   color: #7F5573;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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