Html Css Color HEX #714677 Eminence

📋 copy color: '#714677'

red 113 ◦ green 70 ◦ blue 119

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

Shades of Eminence #714677

Tints of Eminence #714677

RGB

 RED value IS 113 (44.53% from 255) = 37.42%

 GREEN value IS 70 (27.73% from 255) = 23.18%

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

R = 37.42%
G = 23.18%
B = 39.4%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#714677 (or 0x714677) is known color: Eminence. HEX triplet: 71, 46 and 77. RGB value is (113,70,119). Sum of RGB (Red+Green+Blue) = 113+70+119=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 119 - color contains mainly: blue. Hex color #714677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714677 is #8EB988. Grayscale: #585858. Windows color (decimal): -9353609 or 7816817. OLE color: 7816817.

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

Color convert

RGB 113 70 119 -
CMYK 0.05 0.41 0 0.53
HSL 292.65º 0.26% 0.37% -
HSV(B) 292.65º 0.41% 0.47% -
XYZ 12.33 9.22 18.58 -
YUV 88.44 145.25 145.52 -
System Red Green Blue C M Y K H S L
Decimal 113 70 119 0.05 0.41 0 0.53 292.65 0.26 0.37
Hex 71 46 77 5 29 0 35 125 1A 25
Octal 161 106 167 5 51 0 65 445 32 45
Binary 1110001 1000110 1110111 101 101001 0 110101 100100101 11010 100101

Color Harmonies of #714677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714677

Black with #714677

Text Example


Text Example

White with #714677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714677; }

 p { color: rgb(113,70,119); }

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

background-color css

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

 a { background-color: rgb(113,70,119); }

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

border-color css

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

 span { border-color: rgb(113,70,119); }

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