#7F4470

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

Shades of Cosmic #7F4470

Tints of Cosmic #7F4470

Color information

#7F4470 (or 0x7F4470) is unknown color: approx Cosmic. HEX triplet: 7F, 44 and 70. RGB value is (127,68,112). Sum of RGB (Red+Green+Blue) = 127+68+112=307 (40% of max value = 765). Red value is 127 (50% from 255 or 41.37% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4470 is #80BB8F. Grayscale: #5A5A5A. Windows color (decimal): -8436624 or 7357567. OLE color: 7357567.

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

Color convert

RGB12768112-
CMYK00.460.120.50
HSL315.25º30.26%38.24%-
HSV(B)315.25º46.46%49.8%-
XYZ13.749.8216.5-
YUV90.66140.05153.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.37%
GREEN value IS 68 (26.95% from 255) = 22.15%
BLUE value IS 112 (44.14% from 255) = 36.48%
R=41.37%
G=22.15%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1276811200.460.120.50315.2530.2638.24
Hex7F447002EC3213b1e26
Octal17710416005614624733646
Binary1111111100010011100000101110110011001010011101111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,68,112); }

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

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

 a { background-color: rgb(127,68,112); }

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

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

 span { border-color: rgb(127,68,112); }

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