Html Css Color HEX #7E4574 Trendy Pink

📋 copy color: '#7E4574'

red 126 ◦ green 69 ◦ blue 116

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

Shades of Trendy Pink #7E4574

Tints of Trendy Pink #7E4574

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.19%

 BLUE value IS 116 (45.7% from 255) = 37.3%

R = 40.51%
G = 22.19%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#7E4574 (or 0x7E4574) is known color: Trendy Pink. HEX triplet: 7E, 45 and 74. RGB value is (126,69,116). Sum of RGB (Red+Green+Blue) = 126+69+116=311 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.51% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4574 is #81BA8B. Grayscale: #5B5B5B. Windows color (decimal): -8501900 or 7619966. OLE color: 7619966.

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

Color convert

RGB 126 69 116 -
CMYK 0 0.45 0.08 0.51
HSL 310.53º 0.29% 0.38% -
HSV(B) 310.53º 0.45% 0.49% -
XYZ 13.88 9.95 17.71 -
YUV 91.4 141.88 152.68 -
System Red Green Blue C M Y K H S L
Decimal 126 69 116 0 0.45 0.08 0.51 310.53 0.29 0.38
Hex 7E 45 74 0 2D 8 33 137 1D 26
Octal 176 105 164 0 55 10 63 467 35 46
Binary 1111110 1000101 1110100 0 101101 1000 110011 100110111 11101 100110

Color Harmonies of #7E4574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4574

Black with #7E4574

Text Example


Text Example

White with #7E4574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,69,116); }

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

background-color css

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

 a { background-color: rgb(126,69,116); }

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

border-color css

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

 span { border-color: rgb(126,69,116); }

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