#7F367C

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

Shades of Eminence #7F367C

Tints of Eminence #7F367C

Color information

#7F367C (or 0x7F367C) is unknown color: approx Eminence. HEX triplet: 7F, 36 and 7C. RGB value is (127,54,124). Sum of RGB (Red+Green+Blue) = 127+54+124=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 127 - color contains mainly: red. Hex color #7F367C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F367C is #80C983. Grayscale: #535353. Windows color (decimal): -8440196 or 8140415. OLE color: 8140415.

HSL color Cylindrical-coordinate representation of color #7F367C: hue angle of 302.47º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F367C is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB12754124-
CMYK00.570.020.50
HSL302.47º40.33%35.49%-
HSV(B)302.47º57.48%49.8%-
XYZ13.718.6120.01-
YUV83.81150.68158.81-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.64%
GREEN value IS 54 (21.48% from 255) = 17.70%
BLUE value IS 124 (48.83% from 255) = 40.66%
R=41.64%
G=17.70%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1275412400.570.020.50302.4740.3335.49
Hex7F367C03923212e2823
Octal177661740712624565043
Binary11111111101101111100011100110110010100101110101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F367C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F367C; }

 p { color: rgb(127,54,124); }

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

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

 a { background-color: rgb(127,54,124); }

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

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

 span { border-color: rgb(127,54,124); }

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