#714574

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

Shades of Eminence #714574

Tints of Eminence #714574

Color information

#714574 (or 0x714574) is unknown color: approx Eminence. HEX triplet: 71, 45 and 74. RGB value is (113,69,116). Sum of RGB (Red+Green+Blue) = 113+69+116=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 116 - color contains mainly: blue. Hex color #714574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714574 is #8EBA8B. Grayscale: #575757. Windows color (decimal): -9353868 or 7619953. OLE color: 7619953.

HSL color Cylindrical-coordinate representation of color #714574: hue angle of 296.17º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #714574 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11369116-
CMYK0.030.4100.55
HSL296.17º25.41%36.27%-
HSV(B)296.17º40.52%45.49%-
XYZ12.099.0317.63-
YUV87.51144.08146.18-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.92%
GREEN value IS 69 (27.34% from 255) = 23.15%
BLUE value IS 116 (45.70% from 255) = 38.93%
R=37.92%
G=23.15%
B=38.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113691160.030.4100.55296.1725.4136.27
Hex7145743290371281924
Octal1611051643510674503144
Binary11100011000101111010011101001011011110010100011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714574; }

 p { color: rgb(113,69,116); }

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

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

 a { background-color: rgb(113,69,116); }

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

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

 span { border-color: rgb(113,69,116); }

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