#704261

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

Shades of Cosmic #704261

Tints of Cosmic #704261

Color information

#704261 (or 0x704261) is unknown color: approx Cosmic. HEX triplet: 70, 42 and 61. RGB value is (112,66,97). Sum of RGB (Red+Green+Blue) = 112+66+97=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #704261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704261 is #8FBD9E. Grayscale: #535353. Windows color (decimal): -9420191 or 6374000. OLE color: 6374000.

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

Color convert

RGB1126697-
CMYK00.410.130.56
HSL319.57º25.84%34.9%-
HSV(B)319.57º41.07%43.92%-
XYZ10.798.212.32-
YUV83.29135.74148.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.73%
GREEN value IS 66 (26.17% from 255) = 24%
BLUE value IS 97 (38.28% from 255) = 35.27%
R=40.73%
G=24%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112669700.410.130.56319.5725.8434.9
Hex704261029D381401a23
Octal16010214105115705003243
Binary1110000100001011000010101001110111100010100000011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704261; }

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

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

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

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

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

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

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

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