Html Css Color HEX #704664 Cosmic

📋 copy color: '#704664'

red 112 ◦ green 70 ◦ blue 100

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

Shades of Cosmic #704664

Tints of Cosmic #704664

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.82%

 BLUE value IS 100 (39.45% from 255) = 35.46%

R = 39.72%
G = 24.82%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#704664 (or 0x704664) is known color: Cosmic. HEX triplet: 70, 46 and 64. RGB value is (112,70,100). Sum of RGB (Red+Green+Blue) = 112+70+100=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #704664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704664 is #8FB99B. Grayscale: #555555. Windows color (decimal): -9419164 or 6571632. OLE color: 6571632.

HSL color Cylindrical-coordinate representation of color #704664: hue angle of 317.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #704664 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 70 100 -
CMYK 0 0.38 0.11 0.56
HSL 317.14º 0.23% 0.36% -
HSV(B) 317.14º 0.38% 0.44% -
XYZ 11.17 8.75 13.16 -
YUV 85.98 135.91 146.56 -
System Red Green Blue C M Y K H S L
Decimal 112 70 100 0 0.38 0.11 0.56 317.14 0.23 0.36
Hex 70 46 64 0 26 B 38 13D 17 24
Octal 160 106 144 0 46 13 70 475 27 44
Binary 1110000 1000110 1100100 0 100110 1011 111000 100111101 10111 100100

Color Harmonies of #704664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704664

Black with #704664

Text Example


Text Example

White with #704664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704664; }

 p { color: rgb(112,70,100); }

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

background-color css

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

 a { background-color: rgb(112,70,100); }

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

border-color css

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

 span { border-color: rgb(112,70,100); }

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