#704661

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

Shades of Cosmic #704661

Tints of Cosmic #704661

Color information

#704661 (or 0x704661) is unknown color: approx Cosmic. HEX triplet: 70, 46 and 61. RGB value is (112,70,97). Sum of RGB (Red+Green+Blue) = 112+70+97=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #704661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704661 is #8FB99E. Grayscale: #555555. Windows color (decimal): -9419167 or 6375024. OLE color: 6375024.

HSL color Cylindrical-coordinate representation of color #704661: hue angle of 321.43º 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 #704661 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB1127097-
CMYK00.380.130.56
HSL321.43º23.08%35.69%-
HSV(B)321.43º37.5%43.92%-
XYZ11.038.6912.4-
YUV85.64134.41146.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 70 (27.73% from 255) = 25.09%
BLUE value IS 97 (38.28% from 255) = 34.77%
R=40.14%
G=25.09%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112709700.380.130.56321.4323.0835.69
Hex704661026D381411724
Octal16010614104615705012744
Binary1110000100011011000010100110110111100010100000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704661; }

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

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

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

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

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

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

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

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