Html Css Color HEX #714778 Eminence

📋 copy color: '#714778'

red 113 ◦ green 71 ◦ blue 120

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

Shades of Eminence #714778

Tints of Eminence #714778

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.36%

 BLUE value IS 120 (47.27% from 255) = 39.47%

R = 37.17%
G = 23.36%
B = 39.47%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#714778 (or 0x714778) is known color: Eminence. HEX triplet: 71, 47 and 78. RGB value is (113,71,120). Sum of RGB (Red+Green+Blue) = 113+71+120=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 120 - color contains mainly: blue. Hex color #714778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714778 is #8EB887. Grayscale: #585858. Windows color (decimal): -9353352 or 7882609. OLE color: 7882609.

HSL color Cylindrical-coordinate representation of color #714778: hue angle of 291.43º 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 #714778 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 71 120 -
CMYK 0.06 0.41 0 0.53
HSL 291.43º 0.26% 0.37% -
HSV(B) 291.43º 0.41% 0.47% -
XYZ 12.45 9.37 18.92 -
YUV 89.14 145.41 145.02 -
System Red Green Blue C M Y K H S L
Decimal 113 71 120 0.06 0.41 0 0.53 291.43 0.26 0.37
Hex 71 47 78 6 29 0 35 123 1A 25
Octal 161 107 170 6 51 0 65 443 32 45
Binary 1110001 1000111 1111000 110 101001 0 110101 100100011 11010 100101

Color Harmonies of #714778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714778

Black with #714778

Text Example


Text Example

White with #714778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714778; }

 p { color: rgb(113,71,120); }

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

background-color css

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

 a { background-color: rgb(113,71,120); }

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

border-color css

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

 span { border-color: rgb(113,71,120); }

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