#714479

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

Shades of Eminence #714479

Tints of Eminence #714479

Color information

#714479 (or 0x714479) is unknown color: approx Eminence. HEX triplet: 71, 44 and 79. RGB value is (113,68,121). Sum of RGB (Red+Green+Blue) = 113+68+121=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 121 - color contains mainly: blue. Hex color #714479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714479 is #8EBB86. Grayscale: #575757. Windows color (decimal): -9354119 or 7947377. OLE color: 7947377.

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

Color convert

RGB11368121-
CMYK0.070.4400.53
HSL290.94º28.04%37.06%-
HSV(B)290.94º43.8%47.45%-
XYZ12.339.0319.18-
YUV87.5146.91146.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.42%
GREEN value IS 68 (26.95% from 255) = 22.52%
BLUE value IS 121 (47.66% from 255) = 40.07%
R=37.42%
G=22.52%
B=40.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113681210.070.4400.53290.9428.0437.06
Hex71447972C0351231c25
Octal1611041717540654433445
Binary111000110001001111001111101100011010110010001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714479; }

 p { color: rgb(113,68,121); }

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

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

 a { background-color: rgb(113,68,121); }

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

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

 span { border-color: rgb(113,68,121); }

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