#7F3E6C

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

Shades of Cosmic #7F3E6C

Tints of Cosmic #7F3E6C

Color information

#7F3E6C (or 0x7F3E6C) is unknown color: approx Cosmic. HEX triplet: 7F, 3E and 6C. RGB value is (127,62,108). Sum of RGB (Red+Green+Blue) = 127+62+108=297 (39% of max value = 765). Red value is 127 (50% from 255 or 42.76% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3E6C is #80C193. Grayscale: #565656. Windows color (decimal): -8438164 or 7093887. OLE color: 7093887.

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

Color convert

RGB12762108-
CMYK00.510.150.50
HSL317.54º34.39%37.06%-
HSV(B)317.54º51.18%49.8%-
XYZ13.189.0415.24-
YUV86.68140.03156.76-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.76%
GREEN value IS 62 (24.61% from 255) = 20.88%
BLUE value IS 108 (42.58% from 255) = 36.36%
R=42.76%
G=20.88%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1276210800.510.150.50317.5434.3937.06
Hex7F3E6C033F3213e2225
Octal1777615406317624764245
Binary1111111111110110110001100111111110010100111110100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,62,108); }

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

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

 a { background-color: rgb(127,62,108); }

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

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

 span { border-color: rgb(127,62,108); }

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