Html Css Color HEX #7D5F7A Old Lavender

📋 copy color: '#7D5F7A'

red 125 ◦ green 95 ◦ blue 122

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

Shades of Old Lavender #7D5F7A

Tints of Old Lavender #7D5F7A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.78%

 BLUE value IS 122 (48.05% from 255) = 35.67%

R = 36.55%
G = 27.78%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7D5F7A (or 0x7D5F7A) is known color: Old Lavender. HEX triplet: 7D, 5F and 7A. RGB value is (125,95,122). Sum of RGB (Red+Green+Blue) = 125+95+122=342 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.55% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5F7A is #82A085. Grayscale: #6A6A6A. Windows color (decimal): -8560774 or 8019837. OLE color: 8019837.

HSL color Cylindrical-coordinate representation of color #7D5F7A: hue angle of 306º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7D5F7A is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 95 122 -
CMYK 0 0.24 0.02 0.51
HSL 306º 0.14% 0.43% -
HSV(B) 306º 0.24% 0.49% -
XYZ 16.06 13.95 20.26 -
YUV 107.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 125 95 122 0 0.24 0.02 0.51 306 0.14 0.43
Hex 7D 5F 7A 0 18 2 33 132 E 2B
Octal 175 137 172 0 30 2 63 462 16 53
Binary 1111101 1011111 1111010 0 11000 10 110011 100110010 1110 101011

Color Harmonies of #7D5F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5F7A

Black with #7D5F7A

Text Example


Text Example

White with #7D5F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,95,122); }

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

background-color css

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

 a { background-color: rgb(125,95,122); }

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

border-color css

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

 span { border-color: rgb(125,95,122); }

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