Html Css Color HEX #704565 Cosmic

📋 copy color: '#704565'

red 112 ◦ green 69 ◦ blue 101

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

Shades of Cosmic #704565

Tints of Cosmic #704565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.82%

R = 39.72%
G = 24.47%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#704565 (or 0x704565) is known color: Cosmic. HEX triplet: 70, 45 and 65. RGB value is (112,69,101). Sum of RGB (Red+Green+Blue) = 112+69+101=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #704565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704565 is #8FBA9A. Grayscale: #555555. Windows color (decimal): -9419419 or 6636912. OLE color: 6636912.

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

Color convert

RGB 112 69 101 -
CMYK 0 0.38 0.10 0.56
HSL 315.35º 0.24% 0.35% -
HSV(B) 315.35º 0.38% 0.44% -
XYZ 11.16 8.64 13.39 -
YUV 85.51 136.75 146.9 -
System Red Green Blue C M Y K H S L
Decimal 112 69 101 0 0.38 0.10 0.56 315.35 0.24 0.35
Hex 70 45 65 0 26 A 38 13B 18 23
Octal 160 105 145 0 46 12 70 473 30 43
Binary 1110000 1000101 1100101 0 100110 1010 111000 100111011 11000 100011

Color Harmonies of #704565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704565

Black with #704565

Text Example


Text Example

White with #704565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704565; }

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

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

background-color css

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

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

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

border-color css

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

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

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