Html Css Color HEX #714978 Eminence

📋 copy color: '#714978'

red 113 ◦ green 73 ◦ blue 120

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

Shades of Eminence #714978

Tints of Eminence #714978

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.86%

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

R = 36.93%
G = 23.86%
B = 39.22%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#714978 (or 0x714978) is known color: Eminence. HEX triplet: 71, 49 and 78. RGB value is (113,73,120). Sum of RGB (Red+Green+Blue) = 113+73+120=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 120 - color contains mainly: blue. Hex color #714978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714978 is #8EB687. Grayscale: #5A5A5A. Windows color (decimal): -9352840 or 7883121. OLE color: 7883121.

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

Color convert

RGB 113 73 120 -
CMYK 0.06 0.39 0 0.53
HSL 291.06º 0.24% 0.38% -
HSV(B) 291.06º 0.39% 0.47% -
XYZ 12.58 9.63 18.97 -
YUV 90.32 144.75 144.18 -
System Red Green Blue C M Y K H S L
Decimal 113 73 120 0.06 0.39 0 0.53 291.06 0.24 0.38
Hex 71 49 78 6 27 0 35 123 18 26
Octal 161 111 170 6 47 0 65 443 30 46
Binary 1110001 1001001 1111000 110 100111 0 110101 100100011 11000 100110

Color Harmonies of #714978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714978

Black with #714978

Text Example


Text Example

White with #714978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714978; }

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

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

background-color css

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

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

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

border-color css

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

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

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