#7F5883

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

Shades of Trendy Pink #7F5883

Tints of Trendy Pink #7F5883

Color information

#7F5883 (or 0x7F5883) is unknown color: approx Trendy Pink. HEX triplet: 7F, 58 and 83. RGB value is (127,88,131). Sum of RGB (Red+Green+Blue) = 127+88+131=346 (45% of max value = 765). Red value is 127 (50% from 255 or 36.71% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 131 - color contains mainly: blue. Hex color #7F5883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5883 is #80A77C. Grayscale: #686868. Windows color (decimal): -8431485 or 8607871. OLE color: 8607871.

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

Color convert

RGB12788131-
CMYK0.030.3300.49
HSL294.42º19.63%42.94%-
HSV(B)294.42º32.82%51.37%-
XYZ16.3413.1323.15-
YUV104.56142.92144-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.71%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 131 (51.56% from 255) = 37.86%
R=36.71%
G=25.43%
B=37.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127881310.030.3300.49294.4219.6342.94
Hex7F5883321031126142b
Octal1771302033410614462453
Binary111111110110001000001111100001011000110010011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,88,131); }

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

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

 a { background-color: rgb(127,88,131); }

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

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

 span { border-color: rgb(127,88,131); }

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