Html Css Color HEX #704477 Eminence

📋 copy color: '#704477'

red 112 ◦ green 68 ◦ blue 119

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

Shades of Eminence #704477

Tints of Eminence #704477

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.74%

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

R = 37.46%
G = 22.74%
B = 39.8%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#704477 (or 0x704477) is known color: Eminence. HEX triplet: 70, 44 and 77. RGB value is (112,68,119). Sum of RGB (Red+Green+Blue) = 112+68+119=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 119 - color contains mainly: blue. Hex color #704477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704477 is #8FBB88. Grayscale: #565656. Windows color (decimal): -9419657 or 7816304. OLE color: 7816304.

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

Color convert

RGB 112 68 119 -
CMYK 0.06 0.43 0 0.53
HSL 291.76º 0.27% 0.37% -
HSV(B) 291.76º 0.43% 0.47% -
XYZ 12.08 8.91 18.54 -
YUV 86.97 146.08 145.85 -
System Red Green Blue C M Y K H S L
Decimal 112 68 119 0.06 0.43 0 0.53 291.76 0.27 0.37
Hex 70 44 77 6 2B 0 35 124 1B 25
Octal 160 104 167 6 53 0 65 444 33 45
Binary 1110000 1000100 1110111 110 101011 0 110101 100100100 11011 100101

Color Harmonies of #704477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704477

Black with #704477

Text Example


Text Example

White with #704477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704477; }

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

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

background-color css

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

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

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

border-color css

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

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

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