Html Css Color HEX #7E5584 Trendy Pink

📋 copy color: '#7E5584'

red 126 ◦ green 85 ◦ blue 132

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

Shades of Trendy Pink #7E5584

Tints of Trendy Pink #7E5584

RGB

 RED value IS 126 (49.61% from 255) = 36.73%

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

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

R = 36.73%
G = 24.78%
B = 38.48%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7E5584 (or 0x7E5584) is known color: Trendy Pink. HEX triplet: 7E, 55 and 84. RGB value is (126,85,132). Sum of RGB (Red+Green+Blue) = 126+85+132=343 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.73% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 132 - color contains mainly: blue. Hex color #7E5584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5584 is #81AA7B. Grayscale: #666666. Windows color (decimal): -8497788 or 8672638. OLE color: 8672638.

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

Color convert

RGB 126 85 132 -
CMYK 0.05 0.36 0 0.48
HSL 292.34º 0.22% 0.43% -
HSV(B) 292.34º 0.36% 0.52% -
XYZ 16.02 12.6 23.42 -
YUV 102.62 144.58 144.68 -
System Red Green Blue C M Y K H S L
Decimal 126 85 132 0.05 0.36 0 0.48 292.34 0.22 0.43
Hex 7E 55 84 5 24 0 30 124 16 2B
Octal 176 125 204 5 44 0 60 444 26 53
Binary 1111110 1010101 10000100 101 100100 0 110000 100100100 10110 101011

Color Harmonies of #7E5584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5584

Black with #7E5584

Text Example


Text Example

White with #7E5584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,85,132); }

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

background-color css

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

 a { background-color: rgb(126,85,132); }

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

border-color css

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

 span { border-color: rgb(126,85,132); }

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