Html Css Color HEX #704577 Eminence

📋 copy color: '#704577'

red 112 ◦ green 69 ◦ blue 119

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

Shades of Eminence #704577

Tints of Eminence #704577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.67%

R = 37.33%
G = 23%
B = 39.67%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#704577 (or 0x704577) is known color: Eminence. HEX triplet: 70, 45 and 77. RGB value is (112,69,119). Sum of RGB (Red+Green+Blue) = 112+69+119=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 119 - color contains mainly: blue. Hex color #704577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704577 is #8FBA88. Grayscale: #575757. Windows color (decimal): -9419401 or 7816560. OLE color: 7816560.

HSL color Cylindrical-coordinate representation of color #704577: hue angle of 291.6º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #704577 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 69 119 -
CMYK 0.06 0.42 0 0.53
HSL 291.6º 0.27% 0.37% -
HSV(B) 291.6º 0.42% 0.47% -
XYZ 12.14 9.03 18.56 -
YUV 87.56 145.75 145.43 -
System Red Green Blue C M Y K H S L
Decimal 112 69 119 0.06 0.42 0 0.53 291.6 0.27 0.37
Hex 70 45 77 6 2A 0 35 124 1B 25
Octal 160 105 167 6 52 0 65 444 33 45
Binary 1110000 1000101 1110111 110 101010 0 110101 100100100 11011 100101

Color Harmonies of #704577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704577

Black with #704577

Text Example


Text Example

White with #704577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704577; }

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

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

background-color css

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

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

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

border-color css

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

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

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