#71426E

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

Shades of Eminence #71426E

Tints of Eminence #71426E

Color information

#71426E (or 0x71426E) is unknown color: approx Eminence. HEX triplet: 71, 42 and 6E. RGB value is (113,66,110). Sum of RGB (Red+Green+Blue) = 113+66+110=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 113 - color contains mainly: red. Hex color #71426E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71426E is #8EBD91. Grayscale: #545454. Windows color (decimal): -9354642 or 7225969. OLE color: 7225969.

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

Color convert

RGB11366110-
CMYK00.420.030.56
HSL303.83º26.26%35.1%-
HSV(B)303.83º41.59%44.31%-
XYZ11.578.5315.79-
YUV85.07142.07147.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.10%
GREEN value IS 66 (26.17% from 255) = 22.84%
BLUE value IS 110 (43.36% from 255) = 38.06%
R=39.10%
G=22.84%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1136611000.420.030.56303.8326.2635.1
Hex71426E02A3381301a23
Octal1611021560523704603243
Binary11100011000010110111001010101111100010011000011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71426E; }

 p { color: rgb(113,66,110); }

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

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

 a { background-color: rgb(113,66,110); }

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

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

 span { border-color: rgb(113,66,110); }

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