#7f4771

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

Shades of Cosmic #7F4771

Tints of Cosmic #7F4771

Color information

#7F4771 (or 0x7F4771) is unknown color: approx Cosmic. HEX triplet: 7F, 47 and 71. RGB value is (127,71,113). Sum of RGB (Red+Green+Blue) = 127+71+113=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4771 is #80B88E. Grayscale: #5C5C5C. Windows color (decimal): -8435855 or 7423871. OLE color: 7423871.

HSL color Cylindrical-coordinate representation of color #7F4771: hue angle of 315º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F4771 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB12771113-
CMYK00.440.110.50
HSL315º28.28%38.82%-
HSV(B)315º44.09%49.8%-
XYZ13.9910.2116.86-
YUV92.53139.55152.58-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.84%
GREEN value IS 71 (28.12% from 255) = 22.83%
BLUE value IS 113 (44.53% from 255) = 36.33%
R=40.84%
G=22.83%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1277111300.440.110.5031528.2838.82
Hex7F477102CB3213b1c27
Octal17710716105413624733447
Binary1111111100011111100010101100101111001010011101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f4771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,71,113); }

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

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

 a { background-color: rgb(127,71,113); }

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

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

 span { border-color: rgb(127,71,113); }

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