Html Css Color HEX #7F5974 Old Lavender

📋 copy color: '#7F5974'

red 127 ◦ green 89 ◦ blue 116

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

Shades of Old Lavender #7F5974

Tints of Old Lavender #7F5974

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.81%

 BLUE value IS 116 (45.7% from 255) = 34.94%

R = 38.25%
G = 26.81%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#7F5974 (or 0x7F5974) is known color: Old Lavender. HEX triplet: 7F, 59 and 74. RGB value is (127,89,116). Sum of RGB (Red+Green+Blue) = 127+89+116=332 (43% of max value = 765). Red value is 127 (50% from 255 or 38.25% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5974 is #80A68B. Grayscale: #676767. Windows color (decimal): -8431244 or 7625087. OLE color: 7625087.

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

Color convert

RGB 127 89 116 -
CMYK 0 0.30 0.09 0.50
HSL 317.37º 0.18% 0.42% -
HSV(B) 317.37º 0.3% 0.5% -
XYZ 15.48 12.92 18.2 -
YUV 103.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 127 89 116 0 0.30 0.09 0.50 317.37 0.18 0.42
Hex 7F 59 74 0 1E 9 32 13D 12 2A
Octal 177 131 164 0 36 11 62 475 22 52
Binary 1111111 1011001 1110100 0 11110 1001 110010 100111101 10010 101010

Color Harmonies of #7F5974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5974

Black with #7F5974

Text Example


Text Example

White with #7F5974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,89,116); }

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

background-color css

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

 a { background-color: rgb(127,89,116); }

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

border-color css

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

 span { border-color: rgb(127,89,116); }

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