#793273

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

Shades of Eminence #793273

Tints of Eminence #793273

Color information

#793273 (or 0x793273) is unknown color: approx Eminence. HEX triplet: 79, 32 and 73. RGB value is (121,50,115). Sum of RGB (Red+Green+Blue) = 121+50+115=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 121 - color contains mainly: red. Hex color #793273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793273 is #86CD8C. Grayscale: #4E4E4E. Windows color (decimal): -8834445 or 7549561. OLE color: 7549561.

HSL color Cylindrical-coordinate representation of color #793273: hue angle of 305.07º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #793273 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB12150115-
CMYK00.590.050.53
HSL305.07º41.52%33.53%-
HSV(B)305.07º58.68%47.45%-
XYZ12.127.5817.04-
YUV78.64148.52158.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.31%
GREEN value IS 50 (19.92% from 255) = 17.48%
BLUE value IS 115 (45.31% from 255) = 40.21%
R=42.31%
G=17.48%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215011500.590.050.53305.0741.5233.53
Hex79327303B5351312a22
Octal171621630735654615242
Binary111100111001011100110111011101110101100110001101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793273; }

 p { color: rgb(121,50,115); }

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

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

 a { background-color: rgb(121,50,115); }

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

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

 span { border-color: rgb(121,50,115); }

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