Html Css Color HEX #7D5A84 Trendy Pink

📋 copy color: '#7D5A84'

red 125 ◦ green 90 ◦ blue 132

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

Shades of Trendy Pink #7D5A84

Tints of Trendy Pink #7D5A84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.04%

R = 36.02%
G = 25.94%
B = 38.04%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7D5A84 (or 0x7D5A84) is known color: Trendy Pink. HEX triplet: 7D, 5A and 84. RGB value is (125,90,132). Sum of RGB (Red+Green+Blue) = 125+90+132=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 132 - color contains mainly: blue. Hex color #7D5A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5A84 is #82A57B. Grayscale: #696969. Windows color (decimal): -8562044 or 8673917. OLE color: 8673917.

HSL color Cylindrical-coordinate representation of color #7D5A84: hue angle of 290º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7D5A84 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 125 90 132 -
CMYK 0.05 0.32 0 0.48
HSL 290º 0.19% 0.44% -
HSV(B) 290º 0.32% 0.52% -
XYZ 16.28 13.34 23.55 -
YUV 105.25 143.1 142.08 -
System Red Green Blue C M Y K H S L
Decimal 125 90 132 0.05 0.32 0 0.48 290 0.19 0.44
Hex 7D 5A 84 5 20 0 30 122 13 2C
Octal 175 132 204 5 40 0 60 442 23 54
Binary 1111101 1011010 10000100 101 100000 0 110000 100100010 10011 101100

Color Harmonies of #7D5A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5A84

Black with #7D5A84

Text Example


Text Example

White with #7D5A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,90,132); }

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

background-color css

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

 a { background-color: rgb(125,90,132); }

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

border-color css

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

 span { border-color: rgb(125,90,132); }

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