#714569

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

Shades of Eminence #714569

Tints of Eminence #714569

Color information

#714569 (or 0x714569) is unknown color: approx Eminence. HEX triplet: 71, 45 and 69. RGB value is (113,69,105). Sum of RGB (Red+Green+Blue) = 113+69+105=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #714569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714569 is #8EBA96. Grayscale: #565656. Windows color (decimal): -9353879 or 6899057. OLE color: 6899057.

HSL color Cylindrical-coordinate representation of color #714569: hue angle of 310.91º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #714569 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB11369105-
CMYK00.390.070.56
HSL310.91º24.18%35.69%-
HSV(B)310.91º38.94%44.31%-
XYZ11.498.7914.46-
YUV86.26138.58147.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.37%
GREEN value IS 69 (27.34% from 255) = 24.04%
BLUE value IS 105 (41.41% from 255) = 36.59%
R=39.37%
G=24.04%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1136910500.390.070.56310.9124.1835.69
Hex7145690277381371824
Octal1611051510477704673044
Binary111000110001011101001010011111111100010011011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714569; }

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

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

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

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

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

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

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

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