#7F3C5D

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

Shades of Cosmic #7F3C5D

Tints of Cosmic #7F3C5D

Color information

#7F3C5D (or 0x7F3C5D) is unknown color: approx Cosmic. HEX triplet: 7F, 3C and 5D. RGB value is (127,60,93). Sum of RGB (Red+Green+Blue) = 127+60+93=280 (37% of max value = 765). Red value is 127 (50% from 255 or 45.36% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3C5D is #80C3A2. Grayscale: #535353. Windows color (decimal): -8438691 or 6110335. OLE color: 6110335.

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

Color convert

RGB1276093-
CMYK00.530.270.50
HSL330.45º35.83%36.67%-
HSV(B)330.45º52.76%49.8%-
XYZ12.348.5311.35-
YUV83.8133.2158.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.36%
GREEN value IS 60 (23.83% from 255) = 21.43%
BLUE value IS 93 (36.72% from 255) = 33.21%
R=45.36%
G=21.43%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127609300.530.270.50330.4535.8336.67
Hex7F3C5D0351B3214a2425
Octal1777413506533625124445
Binary11111111111001011101011010111011110010101001010100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,60,93); }

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

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

 a { background-color: rgb(127,60,93); }

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

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

 span { border-color: rgb(127,60,93); }

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