#7F5082

Color #7F5082 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #7F5082

Tints of Trendy Pink #7F5082

Color information

#7F5082 (or 0x7F5082) is unknown color: approx Trendy Pink. HEX triplet: 7F, 50 and 82. RGB value is (127,80,130). Sum of RGB (Red+Green+Blue) = 127+80+130=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 130 - color contains mainly: blue. Hex color #7F5082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5082 is #80AF7D. Grayscale: #636363. Windows color (decimal): -8433534 or 8540287. OLE color: 8540287.

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

Color convert

RGB12780130-
CMYK0.020.3800.49
HSL296.4º23.81%41.18%-
HSV(B)296.4º38.46%50.98%-
XYZ15.6511.8622.58-
YUV99.75145.07147.43-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.69%
GREEN value IS 80 (31.64% from 255) = 23.74%
BLUE value IS 130 (51.17% from 255) = 38.58%
R=37.69%
G=23.74%
B=38.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127801300.020.3800.49296.423.8141.18
Hex7F50822260311281829
Octal1771202022460614503051
Binary111111110100001000001010100110011000110010100011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,80,130); }

 H1.HeaderClassName
 {
   color: #7F5082;
 }
 .AnyTagClassName
 {
   color: #7F5082;
 }
</style>
background-color css

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

 a { background-color: rgb(127,80,130); }

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

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

 span { border-color: rgb(127,80,130); }

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