Html Css Color HEX #704865 Cosmic

📋 copy color: '#704865'

red 112 ◦ green 72 ◦ blue 101

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

Shades of Cosmic #704865

Tints of Cosmic #704865

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.26%

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

R = 39.3%
G = 25.26%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#704865 (or 0x704865) is known color: Cosmic. HEX triplet: 70, 48 and 65. RGB value is (112,72,101). Sum of RGB (Red+Green+Blue) = 112+72+101=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #704865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704865 is #8FB79A. Grayscale: #575757. Windows color (decimal): -9418651 or 6637680. OLE color: 6637680.

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

Color convert

RGB 112 72 101 -
CMYK 0 0.36 0.10 0.56
HSL 316.5º 0.22% 0.36% -
HSV(B) 316.5º 0.36% 0.44% -
XYZ 11.35 9.02 13.45 -
YUV 87.27 135.75 145.64 -
System Red Green Blue C M Y K H S L
Decimal 112 72 101 0 0.36 0.10 0.56 316.5 0.22 0.36
Hex 70 48 65 0 24 A 38 13C 16 24
Octal 160 110 145 0 44 12 70 474 26 44
Binary 1110000 1001000 1100101 0 100100 1010 111000 100111100 10110 100100

Color Harmonies of #704865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704865

Black with #704865

Text Example


Text Example

White with #704865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704865; }

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

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

background-color css

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

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

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

border-color css

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

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

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