#73416F

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

Shades of Eminence #73416F

Tints of Eminence #73416F

Color information

#73416F (or 0x73416F) is unknown color: approx Eminence. HEX triplet: 73, 41 and 6F. RGB value is (115,65,111). Sum of RGB (Red+Green+Blue) = 115+65+111=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 115 - color contains mainly: red. Hex color #73416F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73416F is #8CBE90. Grayscale: #555555. Windows color (decimal): -9223825 or 7291251. OLE color: 7291251.

HSL color Cylindrical-coordinate representation of color #73416F: hue angle of 304.8º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73416F is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11565111-
CMYK00.430.030.55
HSL304.8º27.78%35.29%-
HSV(B)304.8º43.48%45.1%-
XYZ11.838.5716.07-
YUV85.19142.56149.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.52%
GREEN value IS 65 (25.78% from 255) = 22.34%
BLUE value IS 111 (43.75% from 255) = 38.14%
R=39.52%
G=22.34%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1156511100.430.030.55304.827.7835.29
Hex73416F02B3371311c23
Octal1631011570533674613443
Binary11100111000001110111101010111111011110011000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73416F; }

 p { color: rgb(115,65,111); }

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

<style>
 a { background-color: #73416F; }

 a { background-color: rgb(115,65,111); }

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

<style>
 span { border-color: #73416F; }

 span { border-color: rgb(115,65,111); }

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