#714977

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

Shades of Eminence #714977

Tints of Eminence #714977

Color information

#714977 (or 0x714977) is unknown color: approx Eminence. HEX triplet: 71, 49 and 77. RGB value is (113,73,119). Sum of RGB (Red+Green+Blue) = 113+73+119=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 119 - color contains mainly: blue. Hex color #714977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714977 is #8EB688. Grayscale: #5A5A5A. Windows color (decimal): -9352841 or 7817585. OLE color: 7817585.

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

Color convert

RGB11373119-
CMYK0.050.3900.53
HSL292.17º23.96%37.65%-
HSV(B)292.17º38.66%46.67%-
XYZ12.529.6118.65-
YUV90.2144.25144.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.05%
GREEN value IS 73 (28.91% from 255) = 23.93%
BLUE value IS 119 (46.88% from 255) = 39.02%
R=37.05%
G=23.93%
B=39.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113731190.050.3900.53292.1723.9637.65
Hex7149775270351241826
Octal1611111675470654443046
Binary111000110010011110111101100111011010110010010011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714977; }

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

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

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

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

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

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

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

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