#714377

Color #714377 Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #714377

Tints of Eminence #714377

Color information

#714377 (or 0x714377) is unknown color: approx Eminence. HEX triplet: 71, 43 and 77. RGB value is (113,67,119). Sum of RGB (Red+Green+Blue) = 113+67+119=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 67 (26.56% from 255 or 22.41% 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 #714377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714377 is #8EBC88. Grayscale: #565656. Windows color (decimal): -9354377 or 7816049. OLE color: 7816049.

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

Color convert

RGB11367119-
CMYK0.050.4400.53
HSL293.08º27.96%36.47%-
HSV(B)293.08º43.7%46.67%-
XYZ12.158.8618.52-
YUV86.68146.24146.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.79%
GREEN value IS 67 (26.56% from 255) = 22.41%
BLUE value IS 119 (46.88% from 255) = 39.80%
R=37.79%
G=22.41%
B=39.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113671190.050.4400.53293.0827.9636.47
Hex71437752C0351251c24
Octal1611031675540654453444
Binary111000110000111110111101101100011010110010010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714377; }

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

 H1.HeaderClassName
 {
   color: #714377;
 }
 .AnyTagClassName
 {
   color: #714377;
 }
</style>
background-color css

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

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

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

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

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

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