Html Css Color HEX #7D5472 Old Lavender

📋 copy color: '#7D5472'

red 125 ◦ green 84 ◦ blue 114

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

Shades of Old Lavender #7D5472

Tints of Old Lavender #7D5472

RGB

 RED value IS 125 (49.22% from 255) = 38.7%

 GREEN value IS 84 (33.2% from 255) = 26.01%

 BLUE value IS 114 (44.92% from 255) = 35.29%

R = 38.7%
G = 26.01%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7D5472 (or 0x7D5472) is known color: Old Lavender. HEX triplet: 7D, 54 and 72. RGB value is (125,84,114). Sum of RGB (Red+Green+Blue) = 125+84+114=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5472 is #82AB8D. Grayscale: #636363. Windows color (decimal): -8563598 or 7492733. OLE color: 7492733.

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

Color convert

RGB 125 84 114 -
CMYK 0 0.33 0.09 0.51
HSL 316.1º 0.2% 0.41% -
HSV(B) 316.1º 0.33% 0.49% -
XYZ 14.67 11.92 17.45 -
YUV 99.68 136.08 146.06 -
System Red Green Blue C M Y K H S L
Decimal 125 84 114 0 0.33 0.09 0.51 316.1 0.2 0.41
Hex 7D 54 72 0 21 9 33 13C 14 29
Octal 175 124 162 0 41 11 63 474 24 51
Binary 1111101 1010100 1110010 0 100001 1001 110011 100111100 10100 101001

Color Harmonies of #7D5472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5472

Black with #7D5472

Text Example


Text Example

White with #7D5472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,84,114); }

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

background-color css

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

 a { background-color: rgb(125,84,114); }

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

border-color css

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

 span { border-color: rgb(125,84,114); }

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