#73417C

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

Shades of Eminence #73417C

Tints of Eminence #73417C

Color information

#73417C (or 0x73417C) is unknown color: approx Eminence. HEX triplet: 73, 41 and 7C. RGB value is (115,65,124). Sum of RGB (Red+Green+Blue) = 115+65+124=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #73417C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73417C is #8CBE83. Grayscale: #565656. Windows color (decimal): -9223812 or 8143219. OLE color: 8143219.

HSL color Cylindrical-coordinate representation of color #73417C: hue angle of 290.85º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73417C is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11565124-
CMYK0.070.4800.51
HSL290.85º31.22%37.06%-
HSV(B)290.85º47.58%48.63%-
XYZ12.68.8820.12-
YUV86.68149.06148.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.83%
GREEN value IS 65 (25.78% from 255) = 21.38%
BLUE value IS 124 (48.83% from 255) = 40.79%
R=37.83%
G=21.38%
B=40.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal115651240.070.4800.51290.8531.2237.06
Hex73417C7300331231f25
Octal1631011747600634433745
Binary111001110000011111100111110000011001110010001111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73417C; }

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

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

<style>
 a { background-color: #73417C; }

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

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

<style>
 span { border-color: #73417C; }

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

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