#7F3E6E

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

Shades of Cosmic #7F3E6E

Tints of Cosmic #7F3E6E

Color information

#7F3E6E (or 0x7F3E6E) is unknown color: approx Cosmic. HEX triplet: 7F, 3E and 6E. RGB value is (127,62,110). Sum of RGB (Red+Green+Blue) = 127+62+110=299 (39% of max value = 765). Red value is 127 (50% from 255 or 42.47% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3E6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3E6E is #80C191. Grayscale: #565656. Windows color (decimal): -8438162 or 7224959. OLE color: 7224959.

HSL color Cylindrical-coordinate representation of color #7F3E6E: hue angle of 315.69º 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 #7F3E6E is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB12762110-
CMYK00.510.130.50
HSL315.69º34.39%37.06%-
HSV(B)315.69º51.18%49.8%-
XYZ13.299.0815.8-
YUV86.91141.03156.6-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.47%
GREEN value IS 62 (24.61% from 255) = 20.74%
BLUE value IS 110 (43.36% from 255) = 36.79%
R=42.47%
G=20.74%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1276211000.510.130.50315.6934.3937.06
Hex7F3E6E033D3213c2225
Octal1777615606315624744245
Binary1111111111110110111001100111101110010100111100100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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