#73447B

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

Shades of Eminence #73447B

Tints of Eminence #73447B

Color information

#73447B (or 0x73447B) is unknown color: approx Eminence. HEX triplet: 73, 44 and 7B. RGB value is (115,68,123). Sum of RGB (Red+Green+Blue) = 115+68+123=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 123 - color contains mainly: blue. Hex color #73447B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73447B is #8CBB84. Grayscale: #585858. Windows color (decimal): -9223045 or 8078451. OLE color: 8078451.

HSL color Cylindrical-coordinate representation of color #73447B: hue angle of 291.27º 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 #73447B is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11568123-
CMYK0.070.4500.52
HSL291.27º28.8%37.45%-
HSV(B)291.27º44.72%48.24%-
XYZ12.719.2119.85-
YUV88.32147.57147.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.58%
GREEN value IS 68 (26.95% from 255) = 22.22%
BLUE value IS 123 (48.44% from 255) = 40.20%
R=37.58%
G=22.22%
B=40.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal115681230.070.4500.52291.2728.837.45
Hex73447B72D0341231d25
Octal1631041737550644433545
Binary111001110001001111011111101101011010010010001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73447B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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