#71426A

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

Shades of Eminence #71426A

Tints of Eminence #71426A

Color information

#71426A (or 0x71426A) is unknown color: approx Eminence. HEX triplet: 71, 42 and 6A. RGB value is (113,66,106). Sum of RGB (Red+Green+Blue) = 113+66+106=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 113 - color contains mainly: red. Hex color #71426A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71426A is #8EBD95. Grayscale: #545454. Windows color (decimal): -9354646 or 6963825. OLE color: 6963825.

HSL color Cylindrical-coordinate representation of color #71426A: hue angle of 308.94º 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 #71426A is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB11366106-
CMYK00.420.060.56
HSL308.94º26.26%35.1%-
HSV(B)308.94º41.59%44.31%-
XYZ11.368.4514.67-
YUV84.61140.07148.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.65%
GREEN value IS 66 (26.17% from 255) = 23.16%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=39.65%
G=23.16%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1136610600.420.060.56308.9426.2635.1
Hex71426A02A6381351a23
Octal1611021520526704653243
Binary111000110000101101010010101011011100010011010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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