#7C3E6A

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

Shades of Cosmic #7C3E6A

Tints of Cosmic #7C3E6A

Color information

#7C3E6A (or 0x7C3E6A) is unknown color: approx Cosmic. HEX triplet: 7C, 3E and 6A. RGB value is (124,62,106). Sum of RGB (Red+Green+Blue) = 124+62+106=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3E6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3E6A is #83C195. Grayscale: #555555. Windows color (decimal): -8634774 or 6962812. OLE color: 6962812.

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

Color convert

RGB12462106-
CMYK00.50.150.51
HSL317.42º33.33%36.47%-
HSV(B)317.42º50%48.63%-
XYZ12.648.7714.66-
YUV85.55139.54155.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.47%
GREEN value IS 62 (24.61% from 255) = 21.23%
BLUE value IS 106 (41.80% from 255) = 36.30%
R=42.47%
G=21.23%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1246210600.50.150.51317.4233.3336.47
Hex7C3E6A032F3313d2124
Octal1747615206217634754144
Binary1111100111110110101001100101111110011100111101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,62,106); }

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

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

 a { background-color: rgb(124,62,106); }

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

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

 span { border-color: rgb(124,62,106); }

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