Html Css Color HEX #725A71 Old Lavender

📋 copy color: '#725A71'

red 114 ◦ green 90 ◦ blue 113

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

Shades of Old Lavender #725A71

Tints of Old Lavender #725A71

RGB

 RED value IS 114 (44.92% from 255) = 35.96%

 GREEN value IS 90 (35.55% from 255) = 28.39%

 BLUE value IS 113 (44.53% from 255) = 35.65%

R = 35.96%
G = 28.39%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#725A71 (or 0x725A71) is known color: Old Lavender. HEX triplet: 72, 5A and 71. RGB value is (114,90,113). Sum of RGB (Red+Green+Blue) = 114+90+113=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 114 - color contains mainly: red. Hex color #725A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725A71 is #8DA58E. Grayscale: #636363. Windows color (decimal): -9282959 or 7428722. OLE color: 7428722.

HSL color Cylindrical-coordinate representation of color #725A71: hue angle of 302.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #725A71 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 90 113 -
CMYK 0 0.21 0.01 0.55
HSL 302.5º 0.12% 0.4% -
HSV(B) 302.5º 0.21% 0.45% -
XYZ 13.58 12.08 17.24 -
YUV 99.8 135.45 138.13 -
System Red Green Blue C M Y K H S L
Decimal 114 90 113 0 0.21 0.01 0.55 302.5 0.12 0.4
Hex 72 5A 71 0 15 1 37 12E C 28
Octal 162 132 161 0 25 1 67 456 14 50
Binary 1110010 1011010 1110001 0 10101 1 110111 100101110 1100 101000

Color Harmonies of #725A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725A71

Black with #725A71

Text Example


Text Example

White with #725A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725A71; }

 p { color: rgb(114,90,113); }

 H1.HeaderClassName
 {
   color: #725A71;
 }
 .AnyTagClassName
 {
   color: #725A71;
 }
</style>

background-color css

<style>
 a { background-color: #725A71; }

 a { background-color: rgb(114,90,113); }

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

border-color css

<style>
 span { border-color: #725A71; }

 span { border-color: rgb(114,90,113); }

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