#714368

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

Shades of Eminence #714368

Tints of Eminence #714368

Color information

#714368 (or 0x714368) is unknown color: approx Eminence. HEX triplet: 71, 43 and 68. RGB value is (113,67,104). Sum of RGB (Red+Green+Blue) = 113+67+104=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #714368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714368 is #8EBC97. Grayscale: #545454. Windows color (decimal): -9354392 or 6833009. OLE color: 6833009.

HSL color Cylindrical-coordinate representation of color #714368: hue angle of 311.74º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #714368 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB11367104-
CMYK00.410.080.56
HSL311.74º25.56%35.29%-
HSV(B)311.74º40.71%44.31%-
XYZ11.328.5214.15-
YUV84.97138.74147.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.79%
GREEN value IS 67 (26.56% from 255) = 23.59%
BLUE value IS 104 (41.02% from 255) = 36.62%
R=39.79%
G=23.59%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1136710400.410.080.56311.7425.5635.29
Hex7143680298381381a23
Octal16110315005110704703243
Binary1110001100001111010000101001100011100010011100011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714368; }

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

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

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

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

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

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

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

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