#704660

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

Shades of Cosmic #704660

Tints of Cosmic #704660

Color information

#704660 (or 0x704660) is unknown color: approx Cosmic. HEX triplet: 70, 46 and 60. RGB value is (112,70,96). Sum of RGB (Red+Green+Blue) = 112+70+96=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #704660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704660 is #8FB99F. Grayscale: #555555. Windows color (decimal): -9419168 or 6309488. OLE color: 6309488.

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

Color convert

RGB1127096-
CMYK00.380.140.56
HSL322.86º23.08%35.69%-
HSV(B)322.86º37.5%43.92%-
XYZ10.988.6712.16-
YUV85.52133.91146.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.29%
GREEN value IS 70 (27.73% from 255) = 25.18%
BLUE value IS 96 (37.89% from 255) = 34.53%
R=40.29%
G=25.18%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112709600.380.140.56322.8623.0835.69
Hex704660026E381431724
Octal16010614004616705032744
Binary1110000100011011000000100110111011100010100001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704660; }

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

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

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

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

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

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

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

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