Html Css Color HEX #704564 Cosmic

📋 copy color: '#704564'

red 112 ◦ green 69 ◦ blue 100

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

Shades of Cosmic #704564

Tints of Cosmic #704564

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.56%

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

R = 39.86%
G = 24.56%
B = 35.59%

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

#704564 (or 0x704564) is known color: Cosmic. HEX triplet: 70, 45 and 64. RGB value is (112,69,100). Sum of RGB (Red+Green+Blue) = 112+69+100=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #704564 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704564 is #8FBA9B. Grayscale: #555555. Windows color (decimal): -9419420 or 6571376. OLE color: 6571376.

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

Color convert

RGB 112 69 100 -
CMYK 0 0.38 0.11 0.56
HSL 316.74º 0.24% 0.35% -
HSV(B) 316.74º 0.38% 0.44% -
XYZ 11.11 8.62 13.14 -
YUV 85.39 136.25 146.98 -
System Red Green Blue C M Y K H S L
Decimal 112 69 100 0 0.38 0.11 0.56 316.74 0.24 0.35
Hex 70 45 64 0 26 B 38 13D 18 23
Octal 160 105 144 0 46 13 70 475 30 43
Binary 1110000 1000101 1100100 0 100110 1011 111000 100111101 11000 100011

Color Harmonies of #704564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704564

Black with #704564

Text Example


Text Example

White with #704564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704564; }

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

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

background-color css

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

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

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

border-color css

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

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

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