#7E3F6C

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

Shades of Cosmic #7E3F6C

Tints of Cosmic #7E3F6C

Color information

#7E3F6C (or 0x7E3F6C) is unknown color: approx Cosmic. HEX triplet: 7E, 3F and 6C. RGB value is (126,63,108). Sum of RGB (Red+Green+Blue) = 126+63+108=297 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.42% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3F6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3F6C is #81C093. Grayscale: #565656. Windows color (decimal): -8503444 or 7094142. OLE color: 7094142.

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

Color convert

RGB12663108-
CMYK00.500.140.51
HSL317.14º33.33%37.06%-
HSV(B)317.14º50%49.41%-
XYZ13.099.0715.25-
YUV86.97139.87155.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.42%
GREEN value IS 63 (25% from 255) = 21.21%
BLUE value IS 108 (42.58% from 255) = 36.36%
R=42.42%
G=21.21%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1266310800.500.140.51317.1433.3337.06
Hex7E3F6C032E3313d2125
Octal1767715406216634754145
Binary1111110111111110110001100101110110011100111101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,63,108); }

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

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

 a { background-color: rgb(126,63,108); }

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

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

 span { border-color: rgb(126,63,108); }

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