#71426B

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

Shades of Eminence #71426B

Tints of Eminence #71426B

Color information

#71426B (or 0x71426B) is unknown color: approx Eminence. HEX triplet: 71, 42 and 6B. RGB value is (113,66,107). Sum of RGB (Red+Green+Blue) = 113+66+107=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 113 - color contains mainly: red. Hex color #71426B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71426B is #8EBD94. Grayscale: #545454. Windows color (decimal): -9354645 or 7029361. OLE color: 7029361.

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

Color convert

RGB11366107-
CMYK00.420.050.56
HSL307.66º26.26%35.1%-
HSV(B)307.66º41.59%44.31%-
XYZ11.418.4714.94-
YUV84.73140.57148.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.51%
GREEN value IS 66 (26.17% from 255) = 23.08%
BLUE value IS 107 (42.19% from 255) = 37.41%
R=39.51%
G=23.08%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1136610700.420.050.56307.6626.2635.1
Hex71426B02A5381341a23
Octal1611021530525704643243
Binary111000110000101101011010101010111100010011010011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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