#7F357A

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

Shades of Eminence #7F357A

Tints of Eminence #7F357A

Color information

#7F357A (or 0x7F357A) is unknown color: approx Eminence. HEX triplet: 7F, 35 and 7A. RGB value is (127,53,122). Sum of RGB (Red+Green+Blue) = 127+53+122=302 (40% of max value = 765). Red value is 127 (50% from 255 or 42.05% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 127 - color contains mainly: red. Hex color #7F357A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F357A is #80CA85. Grayscale: #525252. Windows color (decimal): -8440454 or 8009087. OLE color: 8009087.

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

Color convert

RGB12753122-
CMYK00.580.040.50
HSL304.05º41.11%35.29%-
HSV(B)304.05º58.27%49.8%-
XYZ13.548.4619.33-
YUV82.99150.02159.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.05%
GREEN value IS 53 (21.09% from 255) = 17.55%
BLUE value IS 122 (48.05% from 255) = 40.40%
R=42.05%
G=17.55%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1275312200.580.040.50304.0541.1135.29
Hex7F357A03A4321302923
Octal177651720724624605143
Binary111111111010111110100111010100110010100110000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F357A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,53,122); }

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

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

 a { background-color: rgb(127,53,122); }

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

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

 span { border-color: rgb(127,53,122); }

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