Html Css Color HEX #704160 Cosmic

📋 copy color: '#704160'

red 112 ◦ green 65 ◦ blue 96

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

Shades of Cosmic #704160

Tints of Cosmic #704160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 35.16%

R = 41.03%
G = 23.81%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#704160 (or 0x704160) is known color: Cosmic. HEX triplet: 70, 41 and 60. RGB value is (112,65,96). Sum of RGB (Red+Green+Blue) = 112+65+96=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #704160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704160 is #8FBE9F. Grayscale: #525252. Windows color (decimal): -9420448 or 6308208. OLE color: 6308208.

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

Color convert

RGB 112 65 96 -
CMYK 0 0.42 0.14 0.56
HSL 320.43º 0.27% 0.35% -
HSV(B) 320.43º 0.42% 0.44% -
XYZ 10.68 8.07 12.06 -
YUV 82.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 112 65 96 0 0.42 0.14 0.56 320.43 0.27 0.35
Hex 70 41 60 0 2A E 38 140 1B 23
Octal 160 101 140 0 52 16 70 500 33 43
Binary 1110000 1000001 1100000 0 101010 1110 111000 101000000 11011 100011

Color Harmonies of #704160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704160

Black with #704160

Text Example


Text Example

White with #704160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704160; }

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

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

background-color css

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

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

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

border-color css

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

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

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