Html Css Color HEX #7D5182 Trendy Pink

📋 copy color: '#7D5182'

red 125 ◦ green 81 ◦ blue 130

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

Shades of Trendy Pink #7D5182

Tints of Trendy Pink #7D5182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.69%

R = 37.2%
G = 24.11%
B = 38.69%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7D5182 (or 0x7D5182) is known color: Trendy Pink. HEX triplet: 7D, 51 and 82. RGB value is (125,81,130). Sum of RGB (Red+Green+Blue) = 125+81+130=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 130 - color contains mainly: blue. Hex color #7D5182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5182 is #82AE7D. Grayscale: #636363. Windows color (decimal): -8564350 or 8540541. OLE color: 8540541.

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

Color convert

RGB 125 81 130 -
CMYK 0.04 0.38 0 0.49
HSL 293.88º 0.23% 0.41% -
HSV(B) 293.88º 0.38% 0.51% -
XYZ 15.43 11.86 22.59 -
YUV 99.74 145.08 146.02 -
System Red Green Blue C M Y K H S L
Decimal 125 81 130 0.04 0.38 0 0.49 293.88 0.23 0.41
Hex 7D 51 82 4 26 0 31 126 17 29
Octal 175 121 202 4 46 0 61 446 27 51
Binary 1111101 1010001 10000010 100 100110 0 110001 100100110 10111 101001

Color Harmonies of #7D5182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5182

Black with #7D5182

Text Example


Text Example

White with #7D5182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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