#79367B

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

Shades of Eminence #79367B

Tints of Eminence #79367B

Color information

#79367B (or 0x79367B) is unknown color: approx Eminence. HEX triplet: 79, 36 and 7B. RGB value is (121,54,123). Sum of RGB (Red+Green+Blue) = 121+54+123=298 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.60% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 123 - color contains mainly: blue. Hex color #79367B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79367B is #86C984. Grayscale: #515151. Windows color (decimal): -8833413 or 8074873. OLE color: 8074873.

HSL color Cylindrical-coordinate representation of color #79367B: hue angle of 298.26º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #79367B is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12154123-
CMYK0.020.5600.52
HSL298.26º38.98%34.71%-
HSV(B)298.26º56.1%48.24%-
XYZ12.788.1319.64-
YUV81.9151.2155.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.60%
GREEN value IS 54 (21.48% from 255) = 18.12%
BLUE value IS 123 (48.44% from 255) = 41.28%
R=40.60%
G=18.12%
B=41.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal121541230.020.5600.52298.2638.9834.71
Hex79367B23803412a2723
Octal171661732700644524743
Binary11110011101101111011101110000110100100101010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,54,123); }

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

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

 a { background-color: rgb(121,54,123); }

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

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

 span { border-color: rgb(121,54,123); }

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