Html Css Color HEX #704161 Cosmic

📋 copy color: '#704161'

red 112 ◦ green 65 ◦ blue 97

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

Shades of Cosmic #704161

Tints of Cosmic #704161

RGB

 RED value IS 112 (44.14% from 255) = 40.88%

 GREEN value IS 65 (25.78% from 255) = 23.72%

 BLUE value IS 97 (38.28% from 255) = 35.4%

R = 40.88%
G = 23.72%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#704161 (or 0x704161) is known color: Cosmic. HEX triplet: 70, 41 and 61. RGB value is (112,65,97). Sum of RGB (Red+Green+Blue) = 112+65+97=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #704161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704161 is #8FBE9E. Grayscale: #525252. Windows color (decimal): -9420447 or 6373744. OLE color: 6373744.

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

Color convert

RGB 112 65 97 -
CMYK 0 0.42 0.13 0.56
HSL 319.15º 0.27% 0.35% -
HSV(B) 319.15º 0.42% 0.44% -
XYZ 10.73 8.09 12.3 -
YUV 82.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 112 65 97 0 0.42 0.13 0.56 319.15 0.27 0.35
Hex 70 41 61 0 2A D 38 13F 1B 23
Octal 160 101 141 0 52 15 70 477 33 43
Binary 1110000 1000001 1100001 0 101010 1101 111000 100111111 11011 100011

Color Harmonies of #704161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704161

Black with #704161

Text Example


Text Example

White with #704161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704161; }

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

 H1.HeaderClassName
 {
   color: #704161;
 }
 .AnyTagClassName
 {
   color: #704161;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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