Html Css Color HEX #7D5884 Trendy Pink

📋 copy color: '#7D5884'

red 125 ◦ green 88 ◦ blue 132

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

Shades of Trendy Pink #7D5884

Tints of Trendy Pink #7D5884

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.51%

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

R = 36.23%
G = 25.51%
B = 38.26%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7D5884 (or 0x7D5884) is known color: Trendy Pink. HEX triplet: 7D, 58 and 84. RGB value is (125,88,132). Sum of RGB (Red+Green+Blue) = 125+88+132=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 132 - color contains mainly: blue. Hex color #7D5884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5884 is #82A77B. Grayscale: #676767. Windows color (decimal): -8562556 or 8673405. OLE color: 8673405.

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

Color convert

RGB 125 88 132 -
CMYK 0.05 0.33 0 0.48
HSL 290.45º 0.2% 0.43% -
HSV(B) 290.45º 0.33% 0.52% -
XYZ 16.11 13.01 23.49 -
YUV 104.08 143.76 142.92 -
System Red Green Blue C M Y K H S L
Decimal 125 88 132 0.05 0.33 0 0.48 290.45 0.2 0.43
Hex 7D 58 84 5 21 0 30 122 14 2B
Octal 175 130 204 5 41 0 60 442 24 53
Binary 1111101 1011000 10000100 101 100001 0 110000 100100010 10100 101011

Color Harmonies of #7D5884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5884

Black with #7D5884

Text Example


Text Example

White with #7D5884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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