Html Css Color HEX #704163 Cosmic

📋 copy color: '#704163'

red 112 ◦ green 65 ◦ blue 99

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

Shades of Cosmic #704163

Tints of Cosmic #704163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.87%

R = 40.58%
G = 23.55%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#704163 (or 0x704163) is known color: Cosmic. HEX triplet: 70, 41 and 63. RGB value is (112,65,99). Sum of RGB (Red+Green+Blue) = 112+65+99=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #704163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704163 is #8FBE9C. Grayscale: #525252. Windows color (decimal): -9420445 or 6504816. OLE color: 6504816.

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

Color convert

RGB 112 65 99 -
CMYK 0 0.42 0.12 0.56
HSL 316.6º 0.27% 0.35% -
HSV(B) 316.6º 0.42% 0.44% -
XYZ 10.82 8.13 12.8 -
YUV 82.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 112 65 99 0 0.42 0.12 0.56 316.6 0.27 0.35
Hex 70 41 63 0 2A C 38 13D 1B 23
Octal 160 101 143 0 52 14 70 475 33 43
Binary 1110000 1000001 1100011 0 101010 1100 111000 100111101 11011 100011

Color Harmonies of #704163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704163

Black with #704163

Text Example


Text Example

White with #704163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704163; }

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

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

background-color css

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

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

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

border-color css

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

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

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