#73297A

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

Shades of Eminence #73297A

Tints of Eminence #73297A

Color information

#73297A (or 0x73297A) is unknown color: approx Eminence. HEX triplet: 73, 29 and 7A. RGB value is (115,41,122). Sum of RGB (Red+Green+Blue) = 115+41+122=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 122 - color contains mainly: blue. Hex color #73297A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73297A is #8CD685. Grayscale: #484848. Windows color (decimal): -9229958 or 8006003. OLE color: 8006003.

HSL color Cylindrical-coordinate representation of color #73297A: hue angle of 294.81º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #73297A is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11541122-
CMYK0.060.6600.52
HSL294.81º49.69%31.96%-
HSV(B)294.81º66.39%47.84%-
XYZ11.386.6419.09-
YUV72.36156.02158.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.37%
GREEN value IS 41 (16.41% from 255) = 14.75%
BLUE value IS 122 (48.05% from 255) = 43.88%
R=41.37%
G=14.75%
B=43.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal115411220.060.6600.52294.8149.6931.96
Hex73297A6420341273220
Octal1635117261020644476240
Binary1110011101001111101011010000100110100100100111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73297A; }

 p { color: rgb(115,41,122); }

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

<style>
 a { background-color: #73297A; }

 a { background-color: rgb(115,41,122); }

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

<style>
 span { border-color: #73297A; }

 span { border-color: rgb(115,41,122); }

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