Html Css Color HEX #7D5581 Trendy Pink

📋 copy color: '#7D5581'

red 125 ◦ green 85 ◦ blue 129

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

Shades of Trendy Pink #7D5581

Tints of Trendy Pink #7D5581

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.07%

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

R = 36.87%
G = 25.07%
B = 38.05%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7D5581 (or 0x7D5581) is known color: Trendy Pink. HEX triplet: 7D, 55 and 81. RGB value is (125,85,129). Sum of RGB (Red+Green+Blue) = 125+85+129=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 129 - color contains mainly: blue. Hex color #7D5581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5581 is #82AA7E. Grayscale: #656565. Windows color (decimal): -8563327 or 8476029. OLE color: 8476029.

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

Color convert

RGB 125 85 129 -
CMYK 0.03 0.34 0 0.49
HSL 294.55º 0.21% 0.42% -
HSV(B) 294.55º 0.34% 0.51% -
XYZ 15.67 12.44 22.34 -
YUV 101.98 143.25 144.42 -
System Red Green Blue C M Y K H S L
Decimal 125 85 129 0.03 0.34 0 0.49 294.55 0.21 0.42
Hex 7D 55 81 3 22 0 31 127 15 2A
Octal 175 125 201 3 42 0 61 447 25 52
Binary 1111101 1010101 10000001 11 100010 0 110001 100100111 10101 101010

Color Harmonies of #7D5581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5581

Black with #7D5581

Text Example


Text Example

White with #7D5581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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