Html Css Color HEX #704660 Cosmic

📋 copy color: '#704660'

red 112 ◦ green 70 ◦ blue 96

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

Shades of Cosmic #704660

Tints of Cosmic #704660

RGB

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

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

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

R = 40.29%
G = 25.18%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#704660 (or 0x704660) is known color: Cosmic. HEX triplet: 70, 46 and 60. RGB value is (112,70,96). Sum of RGB (Red+Green+Blue) = 112+70+96=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #704660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704660 is #8FB99F. Grayscale: #555555. Windows color (decimal): -9419168 or 6309488. OLE color: 6309488.

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

Color convert

RGB 112 70 96 -
CMYK 0 0.38 0.14 0.56
HSL 322.86º 0.23% 0.36% -
HSV(B) 322.86º 0.38% 0.44% -
XYZ 10.98 8.67 12.16 -
YUV 85.52 133.91 146.89 -
System Red Green Blue C M Y K H S L
Decimal 112 70 96 0 0.38 0.14 0.56 322.86 0.23 0.36
Hex 70 46 60 0 26 E 38 143 17 24
Octal 160 106 140 0 46 16 70 503 27 44
Binary 1110000 1000110 1100000 0 100110 1110 111000 101000011 10111 100100

Color Harmonies of #704660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704660

Black with #704660

Text Example


Text Example

White with #704660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704660; }

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

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

background-color css

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

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

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

border-color css

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

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

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