Html Css Color HEX #704558 Finn

📋 copy color: '#704558'

red 112 ◦ green 69 ◦ blue 88

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

Shades of Finn #704558

Tints of Finn #704558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.71%

R = 41.64%
G = 25.65%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#704558 (or 0x704558) is known color: Finn. HEX triplet: 70, 45 and 58. RGB value is (112,69,88). Sum of RGB (Red+Green+Blue) = 112+69+88=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #704558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704558 is #8FBAA7. Grayscale: #535353. Windows color (decimal): -9419432 or 5784944. OLE color: 5784944.

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

Color convert

RGB 112 69 88 -
CMYK 0 0.38 0.21 0.56
HSL 333.49º 0.24% 0.35% -
HSV(B) 333.49º 0.38% 0.44% -
XYZ 10.57 8.41 10.3 -
YUV 84.02 130.25 147.96 -
System Red Green Blue C M Y K H S L
Decimal 112 69 88 0 0.38 0.21 0.56 333.49 0.24 0.35
Hex 70 45 58 0 26 15 38 14D 18 23
Octal 160 105 130 0 46 25 70 515 30 43
Binary 1110000 1000101 1011000 0 100110 10101 111000 101001101 11000 100011

Color Harmonies of #704558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704558

Black with #704558

Text Example


Text Example

White with #704558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704558; }

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

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

background-color css

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

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

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

border-color css

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

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

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