Html Css Color HEX #704162 Cosmic

📋 copy color: '#704162'

red 112 ◦ green 65 ◦ blue 98

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

Shades of Cosmic #704162

Tints of Cosmic #704162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.64%

R = 40.73%
G = 23.64%
B = 35.64%

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

#704162 (or 0x704162) is known color: Cosmic. HEX triplet: 70, 41 and 62. RGB value is (112,65,98). Sum of RGB (Red+Green+Blue) = 112+65+98=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #704162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704162 is #8FBE9D. Grayscale: #525252. Windows color (decimal): -9420446 or 6439280. OLE color: 6439280.

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

Color convert

RGB 112 65 98 -
CMYK 0 0.42 0.13 0.56
HSL 317.87º 0.27% 0.35% -
HSV(B) 317.87º 0.42% 0.44% -
XYZ 10.78 8.11 12.55 -
YUV 82.82 136.57 148.82 -
System Red Green Blue C M Y K H S L
Decimal 112 65 98 0 0.42 0.13 0.56 317.87 0.27 0.35
Hex 70 41 62 0 2A D 38 13E 1B 23
Octal 160 101 142 0 52 15 70 476 33 43
Binary 1110000 1000001 1100010 0 101010 1101 111000 100111110 11011 100011

Color Harmonies of #704162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704162

Black with #704162

Text Example


Text Example

White with #704162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704162; }

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

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

background-color css

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

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

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

border-color css

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

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

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