Html Css Color HEX #7E4871 Trendy Pink

📋 copy color: '#7E4871'

red 126 ◦ green 72 ◦ blue 113

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

Shades of Trendy Pink #7E4871

Tints of Trendy Pink #7E4871

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.15%

 BLUE value IS 113 (44.53% from 255) = 36.33%

R = 40.51%
G = 23.15%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7E4871 (or 0x7E4871) is known color: Trendy Pink. HEX triplet: 7E, 48 and 71. RGB value is (126,72,113). Sum of RGB (Red+Green+Blue) = 126+72+113=311 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.51% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4871 is #81B78E. Grayscale: #5C5C5C. Windows color (decimal): -8501135 or 7424126. OLE color: 7424126.

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

Color convert

RGB 126 72 113 -
CMYK 0 0.43 0.10 0.51
HSL 314.44º 0.27% 0.39% -
HSV(B) 314.44º 0.43% 0.49% -
XYZ 13.9 10.26 16.87 -
YUV 92.82 139.39 151.67 -
System Red Green Blue C M Y K H S L
Decimal 126 72 113 0 0.43 0.10 0.51 314.44 0.27 0.39
Hex 7E 48 71 0 2B A 33 13A 1B 27
Octal 176 110 161 0 53 12 63 472 33 47
Binary 1111110 1001000 1110001 0 101011 1010 110011 100111010 11011 100111

Color Harmonies of #7E4871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4871

Black with #7E4871

Text Example


Text Example

White with #7E4871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,72,113); }

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

background-color css

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

 a { background-color: rgb(126,72,113); }

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

border-color css

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

 span { border-color: rgb(126,72,113); }

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