Html Css Color HEX #704061 Cosmic

📋 copy color: '#704061'

red 112 ◦ green 64 ◦ blue 97

#704061
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #704061

Tints of Cosmic #704061

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 value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#704061 (or 0x704061) is known color: 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

RGB 112 64 97 -
CMYK 0 0.43 0.13 0.56
HSL 318.75º 0.27% 0.35% -
HSV(B) 318.75º 0.43% 0.44% -
XYZ 10.67 7.97 12.29 -
YUV 82.11 136.4 149.32 -
System Red Green Blue C M Y K H S L
Decimal 112 64 97 0 0.43 0.13 0.56 318.75 0.27 0.35
Hex 70 40 61 0 2B D 38 13F 1B 23
Octal 160 100 141 0 53 15 70 477 33 43
Binary 1110000 1000000 1100001 0 101011 1101 111000 100111111 11011 100011

Color Harmonies of #704061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704061

Black with #704061

Text Example


Text Example

White with #704061

Text Example


Text Example

HTML Codes & Css Web 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>