#71367B

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

Shades of Eminence #71367B

Tints of Eminence #71367B

Color information

#71367B (or 0x71367B) is unknown color: approx Eminence. HEX triplet: 71, 36 and 7B. RGB value is (113,54,123). Sum of RGB (Red+Green+Blue) = 113+54+123=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 123 - color contains mainly: blue. Hex color #71367B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71367B is #8EC984. Grayscale: #4F4F4F. Windows color (decimal): -9357701 or 8074865. OLE color: 8074865.

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

Color convert

RGB11354123-
CMYK0.080.5600.52
HSL291.3º38.98%34.71%-
HSV(B)291.3º56.1%48.24%-
XYZ11.77.5819.58-
YUV79.51152.55151.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.97%
GREEN value IS 54 (21.48% from 255) = 18.62%
BLUE value IS 123 (48.44% from 255) = 42.41%
R=38.97%
G=18.62%
B=42.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal113541230.080.5600.52291.338.9834.71
Hex71367B8380341232723
Octal1616617310700644434743
Binary1110001110110111101110001110000110100100100011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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