#73396F

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

Shades of Eminence #73396F

Tints of Eminence #73396F

Color information

#73396F (or 0x73396F) is unknown color: approx Eminence. HEX triplet: 73, 39 and 6F. RGB value is (115,57,111). Sum of RGB (Red+Green+Blue) = 115+57+111=283 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.64% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 115 - color contains mainly: red. Hex color #73396F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73396F is #8CC690. Grayscale: #505050. Windows color (decimal): -9225873 or 7289203. OLE color: 7289203.

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

Color convert

RGB11557111-
CMYK00.500.030.55
HSL304.14º33.72%33.73%-
HSV(B)304.14º50.43%45.1%-
XYZ11.47.7215.93-
YUV80.5145.22152.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.64%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 111 (43.75% from 255) = 39.22%
R=40.64%
G=20.14%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1155711100.500.030.55304.1433.7233.73
Hex73396F0323371302222
Octal163711570623674604242
Binary11100111110011101111011001011110111100110000100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73396F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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