#7F416E

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

Shades of Cosmic #7F416E

Tints of Cosmic #7F416E

Color information

#7F416E (or 0x7F416E) is unknown color: approx Cosmic. HEX triplet: 7F, 41 and 6E. RGB value is (127,65,110). Sum of RGB (Red+Green+Blue) = 127+65+110=302 (40% of max value = 765). Red value is 127 (50% from 255 or 42.05% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 127 - color contains mainly: red. Hex color #7F416E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F416E is #80BE91. Grayscale: #585858. Windows color (decimal): -8437394 or 7225727. OLE color: 7225727.

HSL color Cylindrical-coordinate representation of color #7F416E: hue angle of 316.45º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F416E is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB12765110-
CMYK00.490.130.50
HSL316.45º32.29%37.65%-
HSV(B)316.45º48.82%49.8%-
XYZ13.469.4215.86-
YUV88.67140.04155.34-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.05%
GREEN value IS 65 (25.78% from 255) = 21.52%
BLUE value IS 110 (43.36% from 255) = 36.42%
R=42.05%
G=21.52%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1276511000.490.130.50316.4532.2937.65
Hex7F416E031D3213c2026
Octal17710115606115624744046
Binary11111111000001110111001100011101110010100111100100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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