#704564

Color #704564 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #704564

Tints of Cosmic #704564

Color information

#704564 (or 0x704564) is unknown color: approx 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

RGB11269100-
CMYK00.380.110.56
HSL316.74º23.76%35.49%-
HSV(B)316.74º38.39%43.92%-
XYZ11.118.6213.14-
YUV85.39136.25146.98-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1126910000.380.110.56316.7423.7635.49
Hex704564026B3813d1823
Octal16010514404613704753043
Binary1110000100010111001000100110101111100010011110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>