#73257F

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

Shades of Eminence #73257F

Tints of Eminence #73257F

Color information

#73257F (or 0x73257F) is unknown color: approx Eminence. HEX triplet: 73, 25 and 7F. RGB value is (115,37,127). Sum of RGB (Red+Green+Blue) = 115+37+127=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #73257F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73257F is #8CDA80. Grayscale: #464646. Windows color (decimal): -9230977 or 8332659. OLE color: 8332659.

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

Color convert

RGB11537127-
CMYK0.090.7100.50
HSL292º54.88%32.16%-
HSV(B)292º70.87%49.8%-
XYZ11.566.520.72-
YUV70.58159.84159.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.22%
GREEN value IS 37 (14.84% from 255) = 13.26%
BLUE value IS 127 (50% from 255) = 45.52%
R=41.22%
G=13.26%
B=45.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal115371270.090.7100.5029254.8832.16
Hex73257F9470321243720
Octal16345177111070624446740
Binary11100111001011111111100110001110110010100100100110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73257F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,37,127); }

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

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

 a { background-color: rgb(115,37,127); }

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

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

 span { border-color: rgb(115,37,127); }

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