#704160

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

Shades of Cosmic #704160

Tints of Cosmic #704160

Color information

#704160 (or 0x704160) is unknown color: approx Cosmic. HEX triplet: 70, 41 and 60. RGB value is (112,65,96). Sum of RGB (Red+Green+Blue) = 112+65+96=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #704160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704160 is #8FBE9F. Grayscale: #525252. Windows color (decimal): -9420448 or 6308208. OLE color: 6308208.

HSL color Cylindrical-coordinate representation of color #704160: hue angle of 320.43º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #704160 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB1126596-
CMYK00.420.140.56
HSL320.43º26.55%34.71%-
HSV(B)320.43º41.96%43.92%-
XYZ10.688.0712.06-
YUV82.59135.57148.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.03%
GREEN value IS 65 (25.78% from 255) = 23.81%
BLUE value IS 96 (37.89% from 255) = 35.16%
R=41.03%
G=23.81%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112659600.420.140.56320.4326.5534.71
Hex70416002AE381401b23
Octal16010114005216705003343
Binary1110000100000111000000101010111011100010100000011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704160; }

 p { color: rgb(112,65,96); }

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

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

 a { background-color: rgb(112,65,96); }

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

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

 span { border-color: rgb(112,65,96); }

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