#73426F

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

Shades of Eminence #73426F

Tints of Eminence #73426F

Color information

#73426F (or 0x73426F) is unknown color: approx Eminence. HEX triplet: 73, 42 and 6F. RGB value is (115,66,111). Sum of RGB (Red+Green+Blue) = 115+66+111=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 115 - color contains mainly: red. Hex color #73426F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73426F is #8CBD90. Grayscale: #555555. Windows color (decimal): -9223569 or 7291507. OLE color: 7291507.

HSL color Cylindrical-coordinate representation of color #73426F: hue angle of 304.9º degrees, saturation: 0.27, 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 #73426F is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11566111-
CMYK00.430.030.55
HSL304.9º27.07%35.49%-
HSV(B)304.9º42.61%45.1%-
XYZ11.898.6916.09-
YUV85.78142.23148.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.38%
GREEN value IS 66 (26.17% from 255) = 22.60%
BLUE value IS 111 (43.75% from 255) = 38.01%
R=39.38%
G=22.60%
B=38.01%

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
Decimal1156611100.430.030.55304.927.0735.49
Hex73426F02B3371311b23
Octal1631021570533674613343
Binary11100111000010110111101010111111011110011000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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