Html Css Color HEX #7E4782 Trendy Pink

📋 copy color: '#7E4782'

red 126 ◦ green 71 ◦ blue 130

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

Shades of Trendy Pink #7E4782

Tints of Trendy Pink #7E4782

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.71%

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

R = 38.53%
G = 21.71%
B = 39.76%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7E4782 (or 0x7E4782) is known color: Trendy Pink. HEX triplet: 7E, 47 and 82. RGB value is (126,71,130). Sum of RGB (Red+Green+Blue) = 126+71+130=327 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.53% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 130 - color contains mainly: blue. Hex color #7E4782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4782 is #81B87D. Grayscale: #5D5D5D. Windows color (decimal): -8501374 or 8537982. OLE color: 8537982.

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

Color convert

RGB 126 71 130 -
CMYK 0.03 0.45 0 0.49
HSL 295.93º 0.29% 0.39% -
HSV(B) 295.93º 0.45% 0.51% -
XYZ 14.89 10.55 22.37 -
YUV 94.17 148.22 150.7 -
System Red Green Blue C M Y K H S L
Decimal 126 71 130 0.03 0.45 0 0.49 295.93 0.29 0.39
Hex 7E 47 82 3 2D 0 31 128 1D 27
Octal 176 107 202 3 55 0 61 450 35 47
Binary 1111110 1000111 10000010 11 101101 0 110001 100101000 11101 100111

Color Harmonies of #7E4782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4782

Black with #7E4782

Text Example


Text Example

White with #7E4782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,71,130); }

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

background-color css

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

 a { background-color: rgb(126,71,130); }

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

border-color css

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

 span { border-color: rgb(126,71,130); }

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