#704061

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

Shades of Cosmic #704061

Tints of Cosmic #704061

Color information

#704061 (or 0x704061) is unknown color: approx Cosmic. HEX triplet: 70, 40 and 61. RGB value is (112,64,97). Sum of RGB (Red+Green+Blue) = 112+64+97=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #704061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704061 is #8FBF9E. Grayscale: #525252. Windows color (decimal): -9420703 or 6373488. OLE color: 6373488.

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

Color convert

RGB1126497-
CMYK00.430.130.56
HSL318.75º27.27%34.51%-
HSV(B)318.75º42.86%43.92%-
XYZ10.677.9712.29-
YUV82.11136.4149.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.03%
GREEN value IS 64 (25.39% from 255) = 23.44%
BLUE value IS 97 (38.28% from 255) = 35.53%
R=41.03%
G=23.44%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112649700.430.130.56318.7527.2734.51
Hex70406102BD3813f1b23
Octal16010014105315704773343
Binary1110000100000011000010101011110111100010011111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704061; }

 p { color: rgb(112,64,97); }

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

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

 a { background-color: rgb(112,64,97); }

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

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

 span { border-color: rgb(112,64,97); }

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