#71447B

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

Shades of Eminence #71447B

Tints of Eminence #71447B

Color information

#71447B (or 0x71447B) is unknown color: approx Eminence. HEX triplet: 71, 44 and 7B. RGB value is (113,68,123). Sum of RGB (Red+Green+Blue) = 113+68+123=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 123 - color contains mainly: blue. Hex color #71447B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71447B is #8EBB84. Grayscale: #575757. Windows color (decimal): -9354117 or 8078449. OLE color: 8078449.

HSL color Cylindrical-coordinate representation of color #71447B: hue angle of 289.09º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71447B is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11368123-
CMYK0.080.4500.52
HSL289.09º28.8%37.45%-
HSV(B)289.09º44.72%48.24%-
XYZ12.459.0819.83-
YUV87.72147.91146.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.17%
GREEN value IS 68 (26.95% from 255) = 22.37%
BLUE value IS 123 (48.44% from 255) = 40.46%
R=37.17%
G=22.37%
B=40.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal113681230.080.4500.52289.0928.837.45
Hex71447B82D0341211d25
Octal16110417310550644413545
Binary1110001100010011110111000101101011010010010000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71447B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,68,123); }

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

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

 a { background-color: rgb(113,68,123); }

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

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

 span { border-color: rgb(113,68,123); }

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