Html Css Color HEX #7F5180 Trendy Pink

📋 copy color: '#7F5180'

red 127 ◦ green 81 ◦ blue 128

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

Shades of Trendy Pink #7F5180

Tints of Trendy Pink #7F5180

RGB

 RED value IS 127 (50% from 255) = 37.8%

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

 BLUE value IS 128 (50.39% from 255) = 38.1%

R = 37.8%
G = 24.11%
B = 38.1%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7F5180 (or 0x7F5180) is known color: Trendy Pink. HEX triplet: 7F, 51 and 80. RGB value is (127,81,128). Sum of RGB (Red+Green+Blue) = 127+81+128=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 128 - color contains mainly: blue. Hex color #7F5180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5180 is #80AE7F. Grayscale: #636363. Windows color (decimal): -8433280 or 8409471. OLE color: 8409471.

HSL color Cylindrical-coordinate representation of color #7F5180: hue angle of 298.72º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F5180 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 81 128 -
CMYK 0.01 0.37 0 0.50
HSL 298.72º 0.22% 0.41% -
HSV(B) 298.72º 0.37% 0.5% -
XYZ 15.59 11.96 21.91 -
YUV 100.11 143.74 147.18 -
System Red Green Blue C M Y K H S L
Decimal 127 81 128 0.01 0.37 0 0.50 298.72 0.22 0.41
Hex 7F 51 80 1 25 0 32 12B 16 29
Octal 177 121 200 1 45 0 62 453 26 51
Binary 1111111 1010001 10000000 1 100101 0 110010 100101011 10110 101001

Color Harmonies of #7F5180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5180

Black with #7F5180

Text Example


Text Example

White with #7F5180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,81,128); }

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

background-color css

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

 a { background-color: rgb(127,81,128); }

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

border-color css

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

 span { border-color: rgb(127,81,128); }

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