Html Css Color HEX #7D5181 Trendy Pink

📋 copy color: '#7D5181'

red 125 ◦ green 81 ◦ blue 129

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

Shades of Trendy Pink #7D5181

Tints of Trendy Pink #7D5181

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.18%

 BLUE value IS 129 (50.78% from 255) = 38.51%

R = 37.31%
G = 24.18%
B = 38.51%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7D5181 (or 0x7D5181) is known color: Trendy Pink. HEX triplet: 7D, 51 and 81. RGB value is (125,81,129). Sum of RGB (Red+Green+Blue) = 125+81+129=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 129 - color contains mainly: blue. Hex color #7D5181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5181 is #82AE7E. Grayscale: #636363. Windows color (decimal): -8564351 or 8475005. OLE color: 8475005.

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

Color convert

RGB 125 81 129 -
CMYK 0.03 0.37 0 0.49
HSL 295º 0.23% 0.41% -
HSV(B) 295º 0.37% 0.51% -
XYZ 15.36 11.83 22.24 -
YUV 99.63 144.58 146.1 -
System Red Green Blue C M Y K H S L
Decimal 125 81 129 0.03 0.37 0 0.49 295 0.23 0.41
Hex 7D 51 81 3 25 0 31 127 17 29
Octal 175 121 201 3 45 0 61 447 27 51
Binary 1111101 1010001 10000001 11 100101 0 110001 100100111 10111 101001

Color Harmonies of #7D5181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5181

Black with #7D5181

Text Example


Text Example

White with #7D5181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,81,129); }

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

background-color css

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

 a { background-color: rgb(125,81,129); }

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

border-color css

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

 span { border-color: rgb(125,81,129); }

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